Skip to content

Commit

Permalink
Prevent browser caching
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Nov 20, 2023
1 parent 02f5e42 commit 72560d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ server {
server_name lichess;

client_max_body_size 4M;
expires -1;
root /lila/public;

location ~ ^/assets(\/_\w+)?/lifat/(?<file>.*)$ {
Expand Down

0 comments on commit 72560d2

Please sign in to comment.