update pandora.local
This commit is contained in:
parent
293f6117ca
commit
b56811350b
5 changed files with 20 additions and 9 deletions
|
|
@ -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/;
|
||||
}
|
||||
'''
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue