From 5352410d0c76fd14575d7beafc6a83f028062efe Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Fri, 2 Apr 2021 21:06:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix=20NGINX=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #108 --- nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx.conf b/nginx.conf index 03a346c3..c179d487 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,15 +7,12 @@ http { error_page 404 /index.html; root /usr/share/nginx/html; location = /index.html { - internal; add_header Cache-Control 'no-store'; } location = / { - internal; add_header Cache-Control 'no-store'; } location = /env.js { - internal; add_header Cache-Control 'no-store'; } location / {