fix: remove duplicate closing brace in nginx.conf and standardize error page handling

This commit is contained in:
Greg 2025-05-27 01:14:19 +02:00
parent 0439e7f691
commit 7d1bb92799

View File

@ -66,8 +66,6 @@ server {
add_header Cache-Control "public, no-transform";
add_header 'Access-Control-Allow-Origin' '*' always;
}
}
# Error pages
error_page 404 /index.html;