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
|
2024-08-14 07:11:36 +00:00
|
|
|
|
|
|
|
<Directory $INSTALL_DIR>
|
|
|
|
AllowOverride All
|
|
|
|
</Directory>
|
|
|
|
|
2024-07-10 10:58:44 +00:00
|
|
|
</VirtualHost>
|