Add old conf.

This commit is contained in:
Niels G. W. Serup 2016-08-22 15:20:23 +02:00
commit a40654dcef
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/extern

16
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>