From 3e4da1b814e19672a08545cc20c4f730922358d5 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Wed, 26 Oct 2022 14:17:10 +0800 Subject: [PATCH] fix: nginx configure of `/json` location --- nginx/kms.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx/kms.conf b/nginx/kms.conf index 2b4d499..c246283 100644 --- a/nginx/kms.conf +++ b/nginx/kms.conf @@ -7,10 +7,6 @@ server { root $kms_dir; } - location = /json { - alias $kms_dir/assets/kms-keys.json; - } - location / { set $query_param $query_string; if ($http_user_agent ~* (curl|wget)) {