Tagged Questions
3
votes
1answer
172 views
URL rewriting via forward proxy
I have an app that runs inside my firewall and talks out to multiple end points via HTTP/HTTPS on a non-standard port e.g. http://endpoint1.domain.com:7171, http://endpoint2.domain.com:7171
What I ...
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 ...