Re: IOS keep asking password with nginx auth_basic

2019-10-20 Thread tiendungitd
> The access log that I see there does not seem to show me what you describe. Well, I just hightlight what I described, see http://prntscr.com/pm2qhl > Can you show an nginx configuration that leads to the problem that you report? Sure, you can see in https://pastebin.com/iagU4XFC > Does nginx just

Revisiting the long-overdue "TODO always gunzip" in ngx_http_gunzip_filter_module.c

2019-10-20 Thread J.R.
Recently I was looking into having my upstream server gzip content that is sent to nginx (which is acting as a reverse proxy) to reduce local bandwidth. However, I needed to decompress the response so nginx could do some manipulation, then obviously it would get re-compressed (typically with brotli