mirror of
https://github.com/jgeusebroek/docker-spotweb.git
synced 2025-08-12 08:05:16 +02:00
Initial Commit
This commit is contained in:
15
files/000-default.conf
Normal file
15
files/000-default.conf
Normal 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>
|
Reference in New Issue
Block a user