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";
|
root = "/srv/web/fsrewsp";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
index index.php index.html;
|
index index.php index.html;
|
||||||
|
fastcgi_param HTTP_HOST $host;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
locations = {
|
locations = {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue