Add old conf.
This commit is contained in:
commit
a40654dcef
|
@ -0,0 +1 @@
|
|||
/extern
|
|
@ -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…
Reference in New Issue