17 lines
554 B
ApacheConf
17 lines
554 B
ApacheConf
<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>
|