let's try setting tcp_nodelay on; to the proxy
This commit is contained in:
parent
bf4596f342
commit
0713103201
|
@ -30,6 +30,7 @@
|
|||
proxy_pass http://127.0.0.1:8080;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "";
|
||||
tcp_nodelay on;
|
||||
}
|
||||
- include snippets/norobots.conf
|
||||
nginx_configs:
|
||||
|
|
Loading…
Reference in New Issue