ambient/conf/vhost.conf
2024-12-13 15:57:22 +01:00

8 lines
175 B
Text

<VirtualHost *:80>
ServerAdmin contact@colmaris.fr
DocumentRoot /app
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>