ajout gestion erreur nginx

This commit is contained in:
trochas
2026-02-12 17:28:38 +01:00
parent 9f820449af
commit 004e414802

View File

@@ -35,4 +35,10 @@ server {
location / {
try_files $uri $uri/ /index.html;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
}