remove apache config

This commit is contained in:
2026-01-30 12:29:25 +01:00
parent 9c359624b1
commit f6874ea235

View File

@@ -1,14 +0,0 @@
<VirtualHost *:80>
ServerName motion.unicon-gmbh.de
DocumentRoot /z/motion/
<Directory "/z/motion/">
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>