Skip to content

Commit

Permalink
🚑 Force browser disabling caching
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 22, 2019
1 parent 407a4b7 commit 2d20c5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node-red/rootfs/etc/nginx/includes/server_params.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ server_name $hostname;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;
add_header 'Cache-Control' 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
expires off;

0 comments on commit 2d20c5d

Please sign in to comment.