From c718d5157534831e9484427acd19e2a36ecc43ee Mon Sep 17 00:00:00 2001 From: packetcat Date: Thu, 11 Aug 2022 14:48:39 -0400 Subject: [PATCH] let's try tweaking the proxy params --- ubuntu/elaine.asininetech.net.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu/elaine.asininetech.net.yml b/ubuntu/elaine.asininetech.net.yml index 8b75f73..23c0fcd 100644 --- a/ubuntu/elaine.asininetech.net.yml +++ b/ubuntu/elaine.asininetech.net.yml @@ -28,6 +28,8 @@ - add_header Strict-Transport-Security max-age=31536000 - location / { proxy_pass http://127.0.0.1:8080; + proxy_http_version 1.1; + proxy_set_header Connection ""; } - include snippets/norobots.conf nginx_configs: