Skip to content

Instantly share code, notes, and snippets.

@Kgirthofer
Created May 15, 2018 14:05
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 Kgirthofer/9e3bc67334d5cd15944e23dc7586f920 to your computer and use it in GitHub Desktop.
Save Kgirthofer/9e3bc67334d5cd15944e23dc7586f920 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin <%= @ServerAdmin %>
DocumentRoot /var/www/html/<%= @Website %>/www
ServerName <%= @ServerName %>
ServerAlias <%= @ServerAlias %>
DirectoryIndex index.php
ErrorLog logs/porc-errorlog
<Directory /var/www/html/<%= @Website %>/www>
Options Indexes FollowSymlinks
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment