add example config

This commit is contained in:
2026-01-30 11:20:00 +01:00
parent 33111583a3
commit 9c359624b1
4 changed files with 266 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<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>