Skip to content

Commit

Permalink
Merge pull request #107 from Spiderpig02/develop
Browse files Browse the repository at this point in the history
fix: 🐛 Try to fix Nginx reload bug, not sure if it works, have to test
  • Loading branch information
jmnorheim authored Sep 11, 2024
2 parents 8b47207 + b69fd6f commit 4e8a636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/nginx.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ server {
try_files $uri $uri/ /index.html;
}

error_page 404 /index.html;

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
Expand Down

0 comments on commit 4e8a636

Please sign in to comment.