1
0
Fork 0

fix(ente): fix suffixes not redirecting

This commit is contained in:
Philipp 2025-12-24 14:35:02 +01:00
parent c97531d80f
commit 5e0052f37e
Signed by: Philipp
GPG key ID: B27C3DE2FD94AFC3

View file

@ -58,6 +58,9 @@ in
useACMEHost = "stahl.sh";
locations."/" = {
root = enteApp;
extraConfig = ''
try_files $uri $uri/ /index.html;
'';
};
};
};