NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
21.02k stars 2.43k forks source link

how to use upstream group #2169

Open verticall opened 1 year ago

verticall commented 1 year ago

Example

https://domain.com/

resolve dns to my nginx manager is ok !

and then

location / { proxy_pass pod_group_1:28080; health_check; } upstream pod_group_1 { server 10.0.0.1:28080; server 10.0.0.2:28080; }

how to configure following on this problem

in normal senario config by UI 1 proxy host forward to 1 destination but also 1 proxy host to multiple destination is dosn't have ?

visteras commented 1 year ago

upstream group not work for me( I can use only internal proxy for resolve this issue(

visteras commented 1 year ago

P.S. I can add upstream group in http_top custom config, but i don't set upstream in location because NPM require PORT!!!... and i can't rewrite proxy_pass in custom location in advanced mode...

verticall commented 1 year ago

noted.

github-actions[bot] commented 5 months ago

Issue is now considered stale. If you want to keep it open, please comment :+1: