From 17559d60efe7b7fd5412f3fb597d1adaf83ca8a3 Mon Sep 17 00:00:00 2001 From: andrewshan Date: Thu, 1 Sep 2022 16:29:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=B9=E9=BD=90=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- third_party/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/nginx/nginx.conf b/third_party/nginx/nginx.conf index b3257d8..20c2d1c 100644 --- a/third_party/nginx/nginx.conf +++ b/third_party/nginx/nginx.conf @@ -41,7 +41,7 @@ http { #access_log logs/host.access.log main; location / { - polaris_rate_limiting; + polaris_rate_limiting; root html; index index.html index.htm; }