2
0
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:
Sajith K 2023-03-06 17:05:52 +05:30 committed by GitHub
parent f8e43a3114
commit aab7c0cee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {