Trying to fix website error

This commit is contained in:
2024-12-27 19:30:31 +02:00
parent e73d7284ca
commit 4243084057

View File

@@ -19,12 +19,12 @@
root = "/srv/website";
};
locations."/404.html" = {
root = "/srv/website";
};
extraConfig = ''
error_page 404 /404.html;
'';
# locations."/404.html" = {
# root = "/srv/website";
# };
# extraConfig = ''
# error_page 404 /404.html;
# '';
};
};