From 4fe8e5d9fec121e927a257935034d2b12d679033 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 6 Aug 2021 11:58:56 +0700 Subject: [PATCH] fixed nginx cache --- docker/www/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/www/nginx.conf b/docker/www/nginx.conf index 7fbacbd..dff8b0b 100644 --- a/docker/www/nginx.conf +++ b/docker/www/nginx.conf @@ -34,9 +34,6 @@ http { location / { gzip_static on; try_files $uri @index; - } - - location @index { add_header Cache-Control "no-store, no-cache, must-revalidate"; expires -1; try_files /index.html =404;