fix(ente): fix suffixes not redirecting
This commit is contained in:
parent
c97531d80f
commit
5e0052f37e
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ in
|
||||||
useACMEHost = "stahl.sh";
|
useACMEHost = "stahl.sh";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
root = enteApp;
|
root = enteApp;
|
||||||
|
extraConfig = ''
|
||||||
|
try_files $uri $uri/ /index.html;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue