jilo-web/config.apache

8 lines
201 B
Plaintext
Raw Normal View History

2024-07-10 10:58:44 +00:00
<VirtualHost *:80>
ServerName $DOMAIN
DocumentRoot $INSTALL_DIR
CustomLog \${APACHE_LOG_DIR}/jilo-web_access.log combined
ErrorLog \${APACHE_LOG_DIR}/jilo-web_error.log
</VirtualHost>