Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Web Proxy Filtering and Caching
(Moderator:
fabian
) »
reverse proxy with nginx
« previous
next »
Print
Pages: [
1
]
Author
Topic: reverse proxy with nginx (Read 1361 times)
rudiratlos63
Newbie
Posts: 24
Karma: 0
reverse proxy with nginx
«
on:
October 31, 2022, 04:56:29 pm »
Hi,
I have one public IP/domain name. I want to access multiple backend http(s) servers (upstreams).
I have it working with one backend http server (int ip 10.0.0.5).
https://myhost.mydom.com
will show content of internal webserver
now I want to have 2 seperate internal webservers (int ip 10.0.0.5 and 10.0.0.6):
access from internet:
https://myhost.mydom.com/server1
https://myhost.mydom.com/server2
how to achive this?
I want to get rid of the server1 and server2 url part, which will reach the internal web servers.
Any ideas, working examples?
regards
rudi
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Web Proxy Filtering and Caching
(Moderator:
fabian
) »
reverse proxy with nginx