Re: Regex in proxy_hide_header

2018-05-04 Thread bmrf
Thanks Oleg! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,279657,279683#msg-279683 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: using return (http_rewrite) with etag

2018-05-04 Thread Maxim Dounin
Hello! On Fri, May 04, 2018 at 10:04:02AM -0400, rsckp wrote: > Hi guys, > > In my configuration I'm using return directive from http_rewrite module. I'd > also like to enable etag to speed things up. Sadly, so far didn't manage to > get it to work. Is such configuration even possible? > > If I

using return (http_rewrite) with etag

2018-05-04 Thread rsckp
Hi guys, In my configuration I'm using return directive from http_rewrite module. I'd also like to enable etag to speed things up. Sadly, so far didn't manage to get it to work. Is such configuration even possible? If I hash out "return...", etag works like a charm. server { listen 80 de

Re: Reverse proxy from NGINX to Keycloak with 2FA

2018-05-04 Thread Francis Daly
On Thu, May 03, 2018 at 07:42:01AM -0400, Joncheski wrote: Hi there, > I have tried with tcp port forwarder ("stream") but my host is changed to > the client's url, which directly sends me to Keycloak, which I do not want > to have direct access to Keycloak, so I use proxy. The end-client must n

Re: Proxy pass and SSL certificates

2018-05-04 Thread Mephysto On Hell
Hello Goce, thank you very much for you answer. I attached files you requested at this email. On 4 May 2018 at 13:34, Joncheski wrote: > Hello Meph, > > Can you send the other configuration file ( ssl-params.conf and > cloud.diakont.it.conf ) which you call in this configuration. > And in "loc

Re: Proxy pass and SSL certificates

2018-05-04 Thread Joncheski
Hello Meph, Can you send the other configuration file ( ssl-params.conf and cloud.diakont.it.conf ) which you call in this configuration. And in "location /" , you need to enter this "proxy_redirect default;" because this is default argument. Best regards, Goce Joncheski Posted at Nginx Forum: