Skip to content

Instantly share code, notes, and snippets.

@eduardoromero
Created April 7, 2016 17:14
Show Gist options
  • Select an option

  • Save eduardoromero/3ed572d304391d93fd5b6ab67a9c6994 to your computer and use it in GitHub Desktop.

Select an option

Save eduardoromero/3ed572d304391d93fd5b6ab67a9c6994 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot /var/www/vhosts.d/hostname.cloud9.mx/webroot
ServerName hostname.cloud9.mx
ServerAlias hostname-alias.cloud9.mx
ErrorLog logs/hostname-error_log
CustomLog logs/hostname-access_log common
<Directory /var/www/vhosts.d/hostname/webroot>
Options +Indexes +ExecCGI +FollowSymLinks
DirectoryIndex index.php index.html index.htm
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