mirror of
https://github.com/xodivorce/isdowndetectordown.git
synced 2025-12-19 21:43:02 +05:30
refactor: added docker support and improved structure
This commit is contained in:
13
docker-apache.conf
Normal file
13
docker-apache.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user