mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
Update nginx-template.conf (#1091)
Update to allow access of private files
This commit is contained in:
parent
f8e43a3114
commit
aab7c0cee6
@ -37,7 +37,7 @@ server {
|
||||
|
||||
location ~ ^/protected/(.*) {
|
||||
internal;
|
||||
try_files /sites/$http_host/$1 =404;
|
||||
try_files /sites/${FRAPPE_SITE_NAME_HEADER}/$1 =404;
|
||||
}
|
||||
|
||||
location /socket.io {
|
||||
|
Loading…
Reference in New Issue
Block a user