mirror of
https://github.com/frappe/bench.git
synced 2025-02-03 03:18:24 +00:00
[fix] nginx private files
This commit is contained in:
parent
96cf6b547c
commit
6b1615c8c7
@ -14,11 +14,6 @@ upstream socketio-server {
|
|||||||
sendfile on;
|
sendfile on;
|
||||||
root {{ sites_dir }};
|
root {{ sites_dir }};
|
||||||
|
|
||||||
location /private/ {
|
|
||||||
internal;
|
|
||||||
try_files /$uri =424;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /assets {
|
location /assets {
|
||||||
try_files $uri =404;
|
try_files $uri =404;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user