Skip to content

Commit

Permalink
fix ngix Cache-Control "no-cache"
Browse files Browse the repository at this point in the history
  • Loading branch information
schefbi committed Jan 24, 2024
1 parent 36a71db commit 5f6d26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/evento.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server {
index index.html index.htm;

# Disable caching
add_header Cache-Control "no-cache, no-store, must-revalidate";
add_header Cache-Control "no-cache";

location / {
}
Expand Down

0 comments on commit 5f6d26d

Please sign in to comment.