Chore : add 404 page
release-tag / release-image (push) Successful in 31s

This commit is contained in:
2024-07-31 21:44:56 +02:00
parent f68304cf22
commit 174eacc417
+2 -2
View File
@@ -7,10 +7,10 @@ server {
location / {
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /index.html;
try_files $uri $uri/ /index.html =404;
}
# error_page 404 /usr/share/nginx/html/404.html;
error_page 404 /usr/share/nginx/html/404.html;
# redirect server error pages to the static page /50x.html
#