http3: attempt a fix for wordpress sites
This commit is contained in:
parent
0d4283f109
commit
08893439e7
|
@ -43,6 +43,7 @@ in
|
|||
root = "/srv/web/fsrewsp";
|
||||
extraConfig = ''
|
||||
index index.php index.html;
|
||||
fastcgi_param HTTP_HOST $host;
|
||||
'';
|
||||
|
||||
locations = {
|
||||
|
|
|
@ -40,6 +40,7 @@ in
|
|||
root = "/srv/web/nightline";
|
||||
extraConfig = ''
|
||||
index index.php index.html;
|
||||
fastcgi_param HTTP_HOST $host;
|
||||
'';
|
||||
|
||||
locations = {
|
||||
|
|
Loading…
Reference in a new issue