fix and update

This commit is contained in:
lendry
2026-07-07 08:06:55 +03:00
parent 28b04ada81
commit 9ca5071f1a
8 changed files with 152 additions and 20 deletions

View File

@@ -2536,6 +2536,18 @@ ${proxy_frontend}
${nginx_proxy_headers}
}
location /_next/ {
${proxy_frontend}
proxy_http_version 1.1;
${nginx_proxy_headers}
}
location = /icon.svg {
${proxy_frontend}
proxy_http_version 1.1;
${nginx_proxy_headers}
}
location = /favicon.ico {
${proxy_frontend}
proxy_http_version 1.1;