1
1
mirror of https://github.com/xodivorce/isdowndetectordown.git synced 2025-12-18 22:22:58 +05:30
Files
isdowndetectordown/docker-apache.conf

13 lines
343 B
Plaintext

<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/src
<Directory /var/www/html/src>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>