Re: Nginx POST requests are slow

2019-04-12 Thread Anoop Alias
Most likely this is an issue with your PHP application. Try a simple PHP code or a ready-made app like WordPress and see if you can recreate the error. On Fri, Apr 12, 2019 at 3:41 PM sharvadze wrote: > For some reason all the POST request are delayed for about 1 min. Here is > my > configurat

Nginx POST requests are slow

2019-04-12 Thread sharvadze
For some reason all the POST request are delayed for about 1 min. Here is my configuration: /etc/nginx/nginx.conf sendfile on; tcp_nopush on; tcp_nodelay off; keepalive_timeout 65; types_hash_max_size 2048; proxy_buffering off; proxy_http_version 1.1; proxy_set_header Connection ""; /etc/nginx/s