Skip to content

Instantly share code, notes, and snippets.

View vrrayz's full-sized avatar
🎯
Focusing

Victor Emmanuel vrrayz

🎯
Focusing
View GitHub Profile
<VirtualHost _default_:443>
ServerName example.com
ServerAdmin webmaster@example.com
DocumentRoot /var/www/public_html/example.com/public
<Directory /var/www/public_html/example.com>
AllowOverride All
</Directory>
### Our config starts here ###