mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
Update nginx-template.conf
This commit is contained in:
parent
3e5f34a710
commit
7385085442
1 changed files with 2 additions and 2 deletions
|
|
@ -60,10 +60,10 @@ server {
|
||||||
|
|
||||||
location ~ ^/files/.*.(htm|html|svg|xml) {
|
location ~ ^/files/.*.(htm|html|svg|xml) {
|
||||||
add_header Content-disposition "attachment";
|
add_header Content-disposition "attachment";
|
||||||
try_files /sites/$http_host/public/$uri @webserver;
|
try_files /sites/${FRAPPE_SITE_NAME_HEADER}/public/$uri @webserver;
|
||||||
}
|
}
|
||||||
|
|
||||||
try_files /sites/$http_host/public/$uri @webserver;
|
try_files /sites/${FRAPPE_SITE_NAME_HEADER}/public/$uri @webserver;
|
||||||
}
|
}
|
||||||
|
|
||||||
location @webserver {
|
location @webserver {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue