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.

nginx proxy pass Node, SSL?

my nginx server is actually proxying my node backend (which listens on port 3000) with a simple: location /api/ { proxy_pass …

node.js nginx reverse-proxy
How to force Apache 2.2 to send the full certificate chain?

We are using Apache 2.2.25 with mod_ssl in the reverse proxy mode using mod_proxy. It has a server certificate …

apache ssl certificate reverse-proxy mod-ssl
Spring Boot and Nginx integration

In my project, web app is developed using Spring boot with default tomcat server. I am using NGINX as load-balancer …

nginx docker spring-boot reverse-proxy proxypass
How to solve 502 Bad Gateway errors with Elastic Load Balancer and EC2/Nginx for HTTPS requests?

I'm running into '502 Bad Gateway' issues for HTTPS requests when using AWS Elastic Load Balancer (Application type) in front …

amazon-web-services nginx reverse-proxy amazon-elb
WebDAV behind a reverse proxy

I have 2 servers. One Reverse proxy on the web and one on a private link serving WebDAV. Booth servers are …

http apache2 reverse-proxy webdav mod-proxy
Is there any way to configure nginx (or other quick reverse proxy) dynamically?

Suppose we have several identical nodes which are the application servers of some n-tier service. And suppose we use Apache …

configuration nginx reverse-proxy apache-zookeeper
NGINX Reverse Proxy and Access-Control-Allow-Origin issue

I'm configuring an NGINX Reverse Proxy. On the browser I go to: client url: https://www.hollywood.com Then the …

nginx reverse-proxy nginx-location nginx-reverse-proxy nginx-status
When using proxy_pass, can /etc/hosts be used to resolve domain names instead of "resolver"?

Can /etc/hosts be used instead of resolver when using proxy_pass? I need to perform a proxy_pass to …

url-rewriting nginx reverse-proxy
nginx proxy_pass to a linked docker container

I have two docker containers with nginx. container1 is linked to container2. Docker then adds an entry to /etc/hosts …

nginx docker reverse-proxy
Nested locations in nginx

Hi I'm trying to get the following to work! I'm basically trying to allow the following URLs to be passed …

nginx location reverse-proxy proxypass