Re: using return (http_rewrite) with etag

2018-05-06 Thread rsckp
That would explain it. Thank you for the information! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,279680,279692#msg-279692 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

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