I was creating reverse proxy to openshift cloud(with TLS: Edge) without any
issue with below configuration:
"server {
listen 28097;
server_name localhost;
location / {
proxy_pass https://openshift.private.cloud.com;
proxy_ssl_verifyoff;
Hi,
We noticed that on Debian 10 the default Nginx version is 1.14.2-2+deb10u3.
However on your website (http://nginx.org/en/download.html) Nginx 1.14.2 is
deemed as a "Legacy Version". So does that mean 1.14.2 is End of Support ?
Will there be any patches provided to this version if any major i
See reply below
On Sunday, September 20, 2020 8:29:32 AM PDT Francis Daly wrote:
> On Sat, Sep 19, 2020 at 09:26:57AM -0700, Lists wrote:
>
> Hi there,
>
> > How do I configure nginx to use subrequest authentication for a reverse
> > proxied application with websocket upgrades? The documentatio
On Sat, Sep 19, 2020 at 09:26:57AM -0700, Lists wrote:
Hi there,
> How do I configure nginx to use subrequest authentication for a reverse
> proxied
> application with websocket upgrades? The documentation doesn't seem to
> contain
> the information I need to do this.
I have not tested the