fixed ifsrde index

This commit is contained in:
quitte 2023-08-16 15:11:27 +02:00
parent 38c947fe01
commit 5bc34bdbdb

View file

@ -41,6 +41,10 @@ in
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
root = "/srv/web/ifsrde"; root = "/srv/web/ifsrde";
extraConfig = ''
index index.html index.php;
'';
locations = { locations = {
"/" = { "/" = {
tryFiles = "$uri $uri/ /index.php?$query_string"; tryFiles = "$uri $uri/ /index.php?$query_string";