diff --git a/docker/nginx.conf b/docker/nginx.conf index 94468c2..8e6f57d 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -19,6 +19,9 @@ server { location / { try_files $uri $uri/ /index.html; + add_header Cache-Control "no-cache, no-store, must-revalidate"; + add_header Pragma "no-cache"; + add_header Expires "0"; } location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {