dev: clean and 404

This commit is contained in:
mcolonna 2025-06-17 12:34:27 +02:00
parent 7b0baf20fb
commit 7423c30a36
10 changed files with 145 additions and 64 deletions

View file

@ -31,7 +31,6 @@ http {
ssl_certificate_key /cert/cert.key;
ssl_protocols TLSv1.3;
error_page 497 =301 /497.php;
# TODO ssl_ciphers(any)
access_log /var/log/nginx/mcolonna.42.fr.access.log main;
@ -45,7 +44,6 @@ http {
}
}
# TODO(more) error_page 404 /404.html;
# TODO(more) error_page 500 502 503 504 /50x.html;
error_page 404 /404.php;
}
}