https://gitlab.com/hatiers/lstclean.git
Tip revision: fe284754af51e80d2c10a9cd09494b375f4313c0 authored by hatiers on 08 March 2019, 11:36:00 UTC
varnish WIP
varnish WIP
Tip revision: fe28475
app.conf
<VirtualHost *:80>
ServerName localhost
DocumentRoot /var/www/public
<Directory /var/www/public>
AllowOverride All
Order Allow,Deny
Allow from All
</Directory>
# LOGS
ErrorLog /var/log/apache2/project_error.log
CustomLog /var/log/apache2/project_access.log combined
</VirtualHost>
