Skip to content

Commit

Permalink
fix: workaround for SPA non-standard HTTP behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jun 6, 2024
1 parent 2cfddb0 commit e73e0fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ server {
location / {
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /index.html =404;
}
}

0 comments on commit e73e0fc

Please sign in to comment.