Skip to content

How to create a reverse proxy? #2665

Answered by bmmmm
Macrisu asked this question in Q&A
Mar 9, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

If I got you right... Nginx Proxy Manager and the other services are running on same machine (rpi)?
if yes, you can use the docker container names to forward your traffic.
e.g. add nextcloud-app-1 as Forward Hostname / IP

How can I tell Nginx Proxy Manager, to redirect any requests from 8081
you need to configure Nginx Proxy Manager to listen on that port for HTTP? requests.

The domain field is needed to distinguish the service you want to address.

But... it might become very scatchi with all your port mappings...

The idea of Nginx Proxy Manager is to send all your traffic to Nginx Proxy Manager on default ports (80,443) and based on the domain, dispatch it to the corresponding service.

/…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Macrisu
Comment options

Answer selected by Macrisu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants