From 0713103201b6d02fa0d7d0e156e7d1e537315e15 Mon Sep 17 00:00:00 2001 From: packetcat Date: Thu, 11 Aug 2022 17:32:49 -0400 Subject: [PATCH] let's try setting tcp_nodelay on; to the proxy --- ubuntu/elaine.asininetech.net.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/elaine.asininetech.net.yml b/ubuntu/elaine.asininetech.net.yml index 1be7c31..7461356 100644 --- a/ubuntu/elaine.asininetech.net.yml +++ b/ubuntu/elaine.asininetech.net.yml @@ -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: