mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 22:01:33 +00:00
15 lines
413 B
Plaintext
15 lines
413 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin webmaster@localhost
|
|
ServerName localhost
|
|
DocumentRoot "/var/www/NNTmux/public"
|
|
LogLevel warn
|
|
ServerSignature Off
|
|
ErrorLog /var/log/apache2/error.log
|
|
<Directory "/var/www/NNTmux/public">
|
|
Options FollowSymLinks
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
Alias /covers /var/www/NNTmux/resources/covers
|
|
</VirtualHost>
|