Hello,
i'm running a nginx (version: nginx/1.13.1) with two vhosts with exact the same
configuration. The only difference is the upstream section: each vhosts points
to a different upstream server / ip.
My configuration looks like this:
###
...
location / {
proxy_pass http
Hi,
i configured my nginx with proxy_protocol, ssl and http2:
server {
listen 443 ssl http2 proxy_protocol;
…
}
Now nginx is accepting proxy_protocol connections but not normal TCP
connections. Is there any change to let nginx accept both connection types? I
have a situation where are
itial connection, but hopefully the 'down' status will help limiting that
overhead on average.?
---
B. R.
On Wed, Feb 22, 2017 at 5:08 PM, Kilian Ries
mailto:m...@kilian-ries.de>> wrote:
No they cannot be the same (sadly) because i dont't know how the upstream is
servi
at you are trying to solve?
From: nginx [mailto:nginx-boun...@nginx.org] On Behalf Of Kilian Ries
Sent: Wednesday, February 22, 2017 9:55 AM
To: nginx@nginx.org
Subject: Nginx multiple upstream with different protocols
Hi,
i'm trying to setup two Nginx upstreams (one with HTTP and one with
Hi,
i'm trying to setup two Nginx upstreams (one with HTTP and one with HTTPS) and
the proxy_pass module should decide which of the upstreams is serving "valid"
content.
The config should look like this:
upstream proxy_backend {
server xxx.xx.188.53;
server xxx.xx.188.53:4