https://gitlab.com/hatiers/lstclean.git
Tip revision: 37cba5ee98b1d6505fd459d0a9412c474a34eb5d authored by arnaudbey on 09 February 2023, 14:45:03 UTC
fix transl.
fix transl.
Tip revision: 37cba5e
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>
