Skip to content

Instantly share code, notes, and snippets.

View Temepest74's full-sized avatar

Radu Vasile Catalin Temepest74

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 ###