Created
April 4, 2017 21:38
-
-
Save bretweinraub/8e3f60af83d74b47fe0c484f913d9c56 to your computer and use it in GitHub Desktop.
This file contains 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
NameVirtualHost *:80 | |
<VirtualHost *:80> | |
ServerName espace-allemand.ch | |
ServerAlias *.espace-allemand.ch | |
ServerAdmin [email protected] | |
DocumentRoot /var/www/espace-allemand/production | |
DirectoryIndex index.html | |
<Directory /var/www/espace-allemand/production > | |
AllowOverride All | |
Order Deny,Allow | |
Allow from all | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment