Initial Commit

This commit is contained in:
Jeroen Geusebroek
2016-01-17 21:53:50 +01:00
commit eb9f261070
8 changed files with 140 additions and 0 deletions

15
files/000-default.conf Normal file
View File

@@ -0,0 +1,15 @@
<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>