http3: attempt a fix for wordpress sites

This commit is contained in:
Rouven Seifert 2024-04-16 20:36:44 +02:00
parent 0d4283f109
commit 08893439e7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ in
root = "/srv/web/fsrewsp"; root = "/srv/web/fsrewsp";
extraConfig = '' extraConfig = ''
index index.php index.html; index index.php index.html;
fastcgi_param HTTP_HOST $host;
''; '';
locations = { locations = {

View file

@ -40,6 +40,7 @@ in
root = "/srv/web/nightline"; root = "/srv/web/nightline";
extraConfig = '' extraConfig = ''
index index.php index.html; index index.php index.html;
fastcgi_param HTTP_HOST $host;
''; '';
locations = { locations = {