Skip to content

Instantly share code, notes, and snippets.

View tchollingsworth's full-sized avatar

T.C. Hollingsworth tchollingsworth

View GitHub Profile
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
<Directory /var/www/html/>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>