Created
July 24, 2018 13:54
-
-
Save Perrine48/1f4394910b8510bfe42e536644faf377 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <VirtualHost *:80> | |
| ServerAdmin webmaster@localhost | |
| ServerName challenge-9 | |
| DocumentRoot /home/salce/Code/challenge_9 | |
| ErrorLog ${APACHE_LOG_DIR}/error-challenge9.log | |
| CustomLog ${APACHE_LOG_DIR}/access-challenge9.log combined | |
| <Directory "/home/salce/Code/challenge_9"> | |
| Options +FollowSymLinks | |
| AllowOverride all | |
| Require all granted | |
| </Directory> | |
| </VirtualHost> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment