Re: slow nginx behavior when using as reverse proxy for https

2020-09-13 Thread Maxim Dounin
Hello! On Sat, Sep 12, 2020 at 12:34:15PM +0530, Bhuvan Gupta wrote: [...] > http { > keepalive_timeout 65; > server { > listen 80; > server_name localhost; > location /session { > proxy_pass https://hookb.in/VGQ3wdGGzKSE22bwzRdP; > prox

slow nginx behavior when using as reverse proxy for https

2020-09-12 Thread Bhuvan Gupta
*Community,* Same as asked here also: https://stackoverflow.com/questions/63857630/slow-nginx-behavior-when-using-as-reverse-proxy-for-https *Setup:* 1. Dummy SSL endpoint https://hookb.in/VGQ3wdGGzKSE22bwzRdP 2. Install Nginx on localhost *Steps:* 1. Hit the hookb.in endpoint