Skip to content

Commit

Permalink
astro handles 404
Browse files Browse the repository at this point in the history
  • Loading branch information
arty-name committed Aug 7, 2023
1 parent 6b0f5d4 commit 9da6fd8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ server {
proxy_intercept_errors on;
}

error_page 404 /404;
location /404 {
proxy_pass http://127.0.0.1:4000;
}

brotli on;
brotli_types text/plain text/css application/json application/javascript text/javascript image/svg+xml;

Expand Down

0 comments on commit 9da6fd8

Please sign in to comment.