enhance: update reverse_proxy.conf #389

This commit is contained in:
Jacky
2024-05-12 22:45:51 +08:00
parent 0d5a1f3a8c
commit 7ce0c1f951
+4
View File
@@ -29,6 +29,10 @@ map $http_upgrade $connection_upgrade {
{{- end }}
# Nginx UI Custom End
if ($host != $server_name) {
return 404;
}
location / {
{{ if .enableWebSocket }}
proxy_http_version 1.1;