mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #934] How to proxy/use multiple services under one address? #793
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#793
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jakegibbonsdev on GitHub (Mar 10, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/934
Simple services I can make work. How do I proxy an aliased service?
From the project https://github.com/ubc/docker-canvas, I have implemented https://github.com/ubc/docker-canvas/blob/master/docker-compose.yml. The app service is anchored and the worker service is aliased. I have tried to proxy to the app service with container name port 80
the worker service with container name port 80
the app service with container name port 8900
the worker service with container name port 8902
the app service with container IP port 80
the worker service with container IP port 80
I have even tried to set a custom location for / to http://example.com:8900/login/canvas, but I keep getting "Congratulations You've successfully started the Nginx Proxy Manager..."
app: &app
image: docker-canvas
build: .
command: bash -c "./wait-for-it.sh -t 40 db:5432 && /usr/src/entrypoint"
environment:
...
ports:
- "8900:80"
...
worker:
<<: *app
command: bundle exec script/delayed_job run
ports:
- "8902:80"
@Val-istar-Guo commented on GitHub (Mar 14, 2021):
i have same problem.
And I find a same issue: https://github.com/jc21/nginx-proxy-manager/issues/689
@hhyhxc commented on GitHub (Mar 21, 2021):
i have same problem. help。。
@chaptergy commented on GitHub (May 12, 2021):
Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/689