From d2b2f2420bf1a324952b9b80eb6ede83a4e7704e Mon Sep 17 00:00:00 2001 From: spl0k Date: Thu, 27 Feb 2014 13:21:37 +0100 Subject: [PATCH] Updated Apache sample configuration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07e3844..ab1e6a5 100644 --- a/README.md +++ b/README.md @@ -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 WSGIApplicationGroup %{GLOBAL} + WSGIPassAuthorization On Order deny,allow Allow from all