update pandora.local

This commit is contained in:
j 2010-09-14 16:10:37 +02:00
commit b56811350b
5 changed files with 20 additions and 9 deletions

View file

@ -19,12 +19,12 @@ XSENDFILE = False
XACCELREDIRECT = False
# with nginx:
#XACCELREDIRECT=[/some/path/, /protected/]
#XACCELREDIRECT=['/srv/pandora/pandora/media/', '/media/']
'''
this assumes the following configuration:
location /protected/ {
location /media/ {
internal;
root /some/path/;
root /srv/pandora/pandora/media/;
}
'''