Tagged Questions
0
votes
0answers
56 views
How to encrypt link between NGINX and proxy server [closed]
I have a server running on a DMZ with NGINX acting as a reverse proxy. The app itself is inside the secure network (on another server). At present, NGINX is merely forwarding all SSL requests to the ...
0
votes
0answers
111 views
multiple godaddy domains to home router then reverse proxy to multiple internal servers [closed]
I need someone to steer me correctly... advising on all required components.
I have multiple domains with godaddy, say site1.com , site2.com, site3.net
I have multiple home LAMP servers... one on ...
2
votes
1answer
1k views
nginx proxy rewrite not matching
I'm setting Nginx to forward requests to several backend services using proxy_pass
A few of them I have to add rewrite rules to strip the folder off, however for this particular service, the rewrite ...