Actualiser src/container_apache.conf

This commit is contained in:
2025-05-15 19:04:33 +00:00
parent dfcca6af8f
commit b9e9d8af22

View File

@@ -1,14 +1,12 @@
<VirtualHost *:80> <VirtualHost *:80>
ServerName {{DOMAIN}} ServerName {{DOMAIN}}
DocumentRoot /var/www/html DocumentRoot /var/www/html
<Directory /var/www/html> <Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All AllowOverride All
Require all granted Require all granted
</Directory> </Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/hubzilla_error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined CustomLog ${APACHE_LOG_DIR}/hubzilla_access.log combined
</VirtualHost> </VirtualHost>