mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-06 23:43:59 +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/(.*) {
|
location ~ ^/protected/(.*) {
|
||||||
internal;
|
internal;
|
||||||
try_files /sites/$http_host/$1 =404;
|
try_files /sites/${FRAPPE_SITE_NAME_HEADER}/$1 =404;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /socket.io {
|
location /socket.io {
|
||||||
|
Loading…
Reference in New Issue
Block a user