chore(docs/manifest): branded 404 page

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-07-09 17:06:23 -04:00
parent e02f017153
commit 6b67be86a1
No known key found for this signature in database

View File

@ -19,8 +19,10 @@ http {
listen 80 default_server;
server_name _;
error_page 404 /404.html;
root /www;
index index.html index.php;
index index.html;
location / {
try_files $uri $uri/ =404;