From f286abc8579afe924fda0f5e3fcfca3dfdc46d13 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Mon, 2 Sep 2024 22:46:44 +0300 Subject: [PATCH] nginx: remove unused location block --- dist/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dist/nginx.conf b/dist/nginx.conf index 4be8e59c81..6322ea8c55 100644 --- a/dist/nginx.conf +++ b/dist/nginx.conf @@ -106,12 +106,6 @@ server { try_files $uri =404; } - location ^~ /shortcuts/ { - add_header Cache-Control "public, max-age=2419200, must-revalidate"; - add_header Strict-Transport-Security "max-age=63072000; includeSubDomains"; - try_files $uri =404; - } - location ^~ /sounds/ { add_header Cache-Control "public, max-age=2419200, must-revalidate"; add_header Strict-Transport-Security "max-age=63072000; includeSubDomains";