mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Update nginx-template.conf
Update to allow access of private files
This commit is contained in:
parent
f8e43a3114
commit
487b6557bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue