Update nginx-template.conf (#1091)

Update to allow access of private files
This commit is contained in:
Sajith K
2023-03-06 17:05:52 +05:30
committed by GitHub
parent f8e43a3114
commit aab7c0cee6

View File

@@ -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 {