2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00

[fix] nginx private files

This commit is contained in:
Anand Doshi 2015-12-09 19:01:49 +05:30
parent 96cf6b547c
commit 6b1615c8c7

View File

@ -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;
}