From 08893439e7caf040c14f2b98c6ce82369d9afc26 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Tue, 16 Apr 2024 20:36:44 +0200 Subject: [PATCH] http3: attempt a fix for wordpress sites --- modules/web/fsrewsp.nix | 1 + modules/web/nightline.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/web/fsrewsp.nix b/modules/web/fsrewsp.nix index 57ad6bb..f8f0799 100644 --- a/modules/web/fsrewsp.nix +++ b/modules/web/fsrewsp.nix @@ -43,6 +43,7 @@ in root = "/srv/web/fsrewsp"; extraConfig = '' index index.php index.html; + fastcgi_param HTTP_HOST $host; ''; locations = { diff --git a/modules/web/nightline.nix b/modules/web/nightline.nix index 9cff390..0e264a4 100644 --- a/modules/web/nightline.nix +++ b/modules/web/nightline.nix @@ -40,6 +40,7 @@ in root = "/srv/web/nightline"; extraConfig = '' index index.php index.html; + fastcgi_param HTTP_HOST $host; ''; locations = {