Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bretweinraub/8e3f60af83d74b47fe0c484f913d9c56 to your computer and use it in GitHub Desktop.
Save bretweinraub/8e3f60af83d74b47fe0c484f913d9c56 to your computer and use it in GitHub Desktop.
NameVirtualHost *:80
<VirtualHost *:80>
ServerName espace-allemand.ch
ServerAlias *.espace-allemand.ch
ServerAdmin www-admin@espace-allemand.ch
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