Add old conf.
This commit is contained in:
commit
a40654dcef
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/extern
|
16
apache.conf
Normal file
16
apache.conf
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user