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
|
||||
<Directory /path/to/supysonic>
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
WSGIPassAuthorization On
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
Loading…
Reference in New Issue
Block a user