https://gitlab.com/hatiers/lstclean.git
Tip revision: ea7d3b640273b6a6e02ede5499b9cccfb8fd4078 authored by theo.roulet on 19 January 2024, 09:36:58 UTC
[fix] remove unecessary <root> elements form xml outputs
[fix] remove unecessary <root> elements form xml outputs
Tip revision: ea7d3b6
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>
