fixed ifsrde index
This commit is contained in:
parent
38c947fe01
commit
5bc34bdbdb
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue