Skip to content

Commit

Permalink
fix: 🐛 Potential fix for white pages and pages caching
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed Apr 30, 2024
1 parent 549b3de commit 65feec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/nginx-frontend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ server {

location / {
try_files $uri $uri/ /index.html;
add_header Cache-Control "no-cache, no-store, must-revalidate";
}

location /api {
Expand Down

0 comments on commit 65feec9

Please sign in to comment.