From a95d425c4fa14c5545589e9c4693b25a41ae7783 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 13 Feb 2023 22:10:31 +0000 Subject: [PATCH] Remove redundant config --- conf/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 9e2dcf1..4dd1f03 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -52,12 +52,6 @@ http { add_header Cache-Control "private, no-transform"; } - location /api/stats/ { - proxy_pass http://backend; - expires 20; - add_header Cache-Control "public, no-transform"; - } - location /api/v1/list/ { proxy_pass http://backend; proxy_cache_key $scheme://$host$uri$is_args$query_string;