fixed ifsrde index
This commit is contained in:
parent
38c947fe01
commit
5bc34bdbdb
|
@ -41,6 +41,10 @@ in
|
|||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "/srv/web/ifsrde";
|
||||
extraConfig = ''
|
||||
index index.html index.php;
|
||||
'';
|
||||
|
||||
locations = {
|
||||
"/" = {
|
||||
tryFiles = "$uri $uri/ /index.php?$query_string";
|
||||
|
|
Loading…
Reference in a new issue