Top "Reverse-proxy" questions

A reverse proxy server usually refers to an HTTP accelerator or load-balancer which proxies requests on behalf of the actual clients to one or more backend HTTP servers.

From inside of a Docker container, how do I connect to the localhost of the machine?

So I have a Nginx running inside a docker container, I have a mysql running on localhost, I want to …

nginx docker reverse-proxy docker-networking
Nginx reverse proxy causing 504 Gateway Timeout

I am using Nginx as a reverse proxy that takes requests then does a proxy_pass to get the actual …

nginx reverse-proxy proxypass http-status-code-504
Proxy with express.js

To avoid same-domain AJAX issues, I want my node.js web server to forward all requests from URL /api/BLABLA …

node.js proxy express reverse-proxy
Error during SSL Handshake with remote server

I have Apache2 (listening on 443) and a web app running on Tomcat7 (listening on 8443) on Ubuntu. I set apache2 as …

apache tomcat ssl reverse-proxy
How to serve all existing static files directly with NGINX, but proxy the rest to a backend server.

location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_…

nginx reverse-proxy static-files
nginx - read custom header from upstream server

I am using nginx as a reverse proxy and trying to read a custom header from the response of an …

nginx reverse-proxy
Configure Nginx with proxy_pass

I'm trying to configure Nginx to proxy stuff on a subdomain: dev.int.com I want dev.int.com to …

nginx reverse-proxy proxypass
Apache reverse proxy with basic authentication

Trying to configure my reverse proxy with basic authentication before forward the traffic to my back end server. Can any …

apache authentication proxy reverse reverse-proxy
Apache & Tomcat: ProxyPass and ProxyPassReverse

I'am having troubles configuring Apache and Tomcat, this is the scenario: I have an Apache Web Server, running and working …

proxy apache2 tomcat6 reverse-proxy ajp