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.

How to enable CORS in Nginx proxy server?

As my title, here is the config file located in conf.d/api-server.conf server { listen 80; server_name api.localhost; …

node.js nginx cors reverse-proxy
How to pass all Python's traffics through a http proxy?

I want to pass all Python's traffics through a http proxy server, I checked urlib2 and requests packages for instance, …

python python-2.7 proxy reverse-proxy
upstream timed out (110: Connection timed out) for static content?

I've a situation where two webservers are setup with nginx as loadbalancer and are backends themselves. Distribution is Debian Wheezy. …

nginx reverse-proxy connection
Nginx does redirect, not proxy

I want to set up Nginx as a reverse proxy for a https service, because we have a special usecase …

ssl nginx https proxy reverse-proxy
How to use NGINX as forward proxy for any requested location?

I am trying to configure NGINX as a forward proxy to replace Fiddler which we are using as a forward …

nginx proxy reverse-proxy fiddler
How to record reverse proxy upstream server serving request in Nginx log?

We use Nginx as a reverse proxy with this setup: upstream frontends { server 127.0.0.1:8000; server 127.0.0.1:8001; server 127.0.0.1:8002; [...] } server { location / { proxy_pass http://…

nginx reverse-proxy
Apache proxy load balancing backend server failure detection

Here's my scenario (designed by my predecessor): Two Apache servers serving reverse proxy duty for a number of mixed backend …

apache load-balancing detection reverse-proxy failover
Spring Boot with embedded Tomcat behind Apache proxy

We have a Spring Boot (Spring MVC) app with embedded Tomcat on a dedicated appserver behind an Apache SSL proxy. …

spring tomcat spring-security reverse-proxy spring-boot
How to properly set JSESSIONID cookie path behind reverse proxy

My web app is running in Tomcat at http://localhost:8080/example.com/ but it is being reverse proxied from Apache …

tomcat reverse-proxy jsessionid
lighttpd as reverse-proxy

DeviceA serves as a reverse-proxy and is supposed to forward requests as follows: 192.168.1.10/DeviceB ==> 192.168.1.20/index.html 192.168.1.10/DeviceC ==> 192.168.1.30/index.…

lighttpd reverse-proxy mod-proxy