fix and update
This commit is contained in:
12
install.sh
12
install.sh
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user