From e1aaa5374b47a28301e2fc715a4e29e0b84fcf78 Mon Sep 17 00:00:00 2001 From: Gianmarco Mameli Date: Thu, 6 Nov 2025 15:54:02 +0100 Subject: [PATCH] Remove unnecessary proxy_http_version directive from hbbs subdomain configuration --- hbbs.subdomain.conf.sample | 2 -- 1 file changed, 2 deletions(-) diff --git a/hbbs.subdomain.conf.sample b/hbbs.subdomain.conf.sample index 21afcae..ec21e18 100644 --- a/hbbs.subdomain.conf.sample +++ b/hbbs.subdomain.conf.sample @@ -42,7 +42,6 @@ server { set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; - proxy_http_version 1.1; proxy_read_timeout 120s; } @@ -62,7 +61,6 @@ server { set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; - proxy_http_version 1.1; proxy_read_timeout 120s; } } \ No newline at end of file