From 822185f59644538988e466bfefbbdf6871ed8d0f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 10 Dec 2022 14:34:38 +0200 Subject: [PATCH] add missing header in nginx conf --- nginx.conf | 1 + 1 file changed, 1 insertion(+) 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"; } }