docker-spotweb/files/000-default.conf
Jeroen Geusebroek eb9f261070 Initial Commit
2016-01-17 21:53:50 +01:00

15 lines
390 B
Plaintext

<VirtualHost *:80>
ServerAdmin _
DocumentRoot /var/www/spotweb
<Directory /var/www/spotweb/>
RewriteEngine on
RewriteCond %{REQUEST_URI} !api/
RewriteRule ^api/?$ index.php?page=newznabapi [QSA,L]
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order deny,allow
Allow from all
</Directory>
</VirtualHost>