mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
Updated Apache sample configuration
This commit is contained in:
parent
dba2a9b662
commit
d2b2f2420b
@ -77,6 +77,7 @@ Next, edit the Apache configuration to load the application. Here's a basic exam
|
|||||||
WSGIScriptAlias /supysonic /path/to/supysonic/main.wsgi
|
WSGIScriptAlias /supysonic /path/to/supysonic/main.wsgi
|
||||||
<Directory /path/to/supysonic>
|
<Directory /path/to/supysonic>
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
WSGIApplicationGroup %{GLOBAL}
|
||||||
|
WSGIPassAuthorization On
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Allow from all
|
Allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
Loading…
Reference in New Issue
Block a user