From edb7faf70034b344e177537f63eb09f5e3bb28f3 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 26 Feb 2019 12:14:18 +0100 Subject: [PATCH] Remove unused location rules. --- nginx.conf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/nginx.conf b/nginx.conf index 51adde5..d51fb8f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -68,15 +68,6 @@ http { location ^~ /vks/ { proxy_pass http://127.0.0.1:8080; } - - location ^~ /pks/add { - limit_req zone=mylimit; - proxy_pass http://127.0.0.1:8080; - } - - location ^~ /pks/ { - proxy_pass http://127.0.0.1:8080; - } } }