mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
standardize upstream_app variable
This commit is contained in:
@@ -24,8 +24,8 @@ server {
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_taisun taisun;
|
||||
proxy_pass http://$upstream_taisun:3000;
|
||||
set $upstream_app taisun;
|
||||
proxy_pass http://$upstream_app:3000;
|
||||
proxy_buffering off;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
|
||||
Reference in New Issue
Block a user