diff --git a/nginx.conf b/nginx.conf index d5f57dc98..1cdfcabf7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -69,5 +69,6 @@ server { error_page 502 = /error_page/502.html; location /error_page/ { alias /rDrama/files/templates/errors/rDrama/; + add_header Cache-Control "no-store"; } }