From ff5d39211a42cb9c5887655628eb875067b9f5f4 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 11 Jun 2024 22:53:06 +0200 Subject: [PATCH] Fix fastcgi_params indentation --- wo/cli/plugins/stack_pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack_pref.py b/wo/cli/plugins/stack_pref.py index cfe7e6c..624c9be 100644 --- a/wo/cli/plugins/stack_pref.py +++ b/wo/cli/plugins/stack_pref.py @@ -153,7 +153,7 @@ def post_pref(self, apt_packages, packages, upgrade=False): 'HTTP_HOST'): WOFileUtils.textappend(self, '/etc/nginx/fastcgi_params', '# Fix for HTTP/3 QUIC HTTP_HOST\n' - 'fastcgi_param \tHTTP_HOST \t$host;\n') + 'fastcgi_param\tHTTP_HOST\t$host;\n') if not WOFileUtils.grep(self, '/etc/nginx/proxy_params', 'X-Forwarded-Host'): WOFileUtils.textappend(self, '/etc/nginx/proxy_params',