Better put things in separate dirs.

This commit is contained in:
2016-08-22 18:18:58 +02:00
parent 2c2b695045
commit ad36a90dba
38 changed files with 0 additions and 0 deletions

16
misc/apache.conf Normal file
View File

@@ -0,0 +1,16 @@
<VirtualHost *:80>
ServerName media.metanohi.name
ServerAlias www.media.metanohi.name hvy.metanohi.name www.hvy.metanohi.name films.metanohi.name www.films.metanohi.name
ServerAdmin ngws@metanohi.name
DocumentRoot /home/niels/prog/media
<Directory /home/niels/prog/media/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
LogLevel warn
ErrorLog ${APACHE_LOG_DIR}/error-media.metanohi.name.log
CustomLog ${APACHE_LOG_DIR}/access-media.metanohi.name.log combined
</VirtualHost>