1
1
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:
2025-11-21 23:03:18 +05:30
parent ebaf5cb698
commit f951a13b8e
121 changed files with 281 additions and 13460 deletions

13
docker-apache.conf Normal file
View 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>