let's try setting tcp_nodelay on; to the proxy

This commit is contained in:
packetcat 2022-08-11 17:32:49 -04:00
parent bf4596f342
commit 0713103201
1 changed files with 1 additions and 0 deletions

View File

@ -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: