1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00

Updated Apache sample configuration

This commit is contained in:
spl0k 2014-02-27 13:21:37 +01:00
parent dba2a9b662
commit d2b2f2420b

View File

@ -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>