Skip to content

Instantly share code, notes, and snippets.

@stringsn88keys
Last active July 3, 2017 16:29
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 stringsn88keys/6903eba311c2b5f53b7bb06083181958 to your computer and use it in GitHub Desktop.
Save stringsn88keys/6903eba311c2b5f53b7bb06083181958 to your computer and use it in GitHub Desktop.
Pre ssl conf
<Directory /var/www/html/example.com/public_html>
Require all granted
</Directory>
<VirtualHost *:80>
ServerName example.com
ServerAlias www.example.com
ServerAdmin email@example.com
DocumentRoot /var/www/html/example.com/public_html
ErrorLog /var/www/html/example.com/logs/error.log
CustomLog /var/www/html/example.com/logs/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment