15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
<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>
|