mirror of
https://github.com/frappe/bench.git
synced 2025-01-23 15:08: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;
|
||||
root {{ sites_dir }};
|
||||
|
||||
location /private/ {
|
||||
internal;
|
||||
try_files /$uri =424;
|
||||
}
|
||||
|
||||
location /assets {
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user