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
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
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
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
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
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: