Skip to content

Commit

Permalink
Fixing error_page directive in nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Jul 19, 2024
1 parent 92883fc commit a18a9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ http {
root /resin-backend;
}

error_page 404 /resin-frontend/build/404.html;
error_page 404 /404.html;
location / {
root /resin-frontend/build;
try_files $uri $uri.html $uri/index.html index.html;
Expand Down

0 comments on commit a18a9ca

Please sign in to comment.