fix: remove duplicate closing brace in nginx.conf and standardize error page handling
This commit is contained in:
parent
0439e7f691
commit
7d1bb92799
@ -66,8 +66,6 @@ server {
|
|||||||
add_header Cache-Control "public, no-transform";
|
add_header Cache-Control "public, no-transform";
|
||||||
add_header 'Access-Control-Allow-Origin' '*' always;
|
add_header 'Access-Control-Allow-Origin' '*' always;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# Error pages
|
# Error pages
|
||||||
error_page 404 /index.html;
|
error_page 404 /index.html;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user