From f532249c365c9fbbeff262a4c2a572dc58e607ec Mon Sep 17 00:00:00 2001 From: Junv Date: Mon, 4 Nov 2019 18:12:08 +0800 Subject: [PATCH] update nginx status config --- gateway/custom_settings.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gateway/custom_settings.conf b/gateway/custom_settings.conf index 4cbf764..1cf8bef 100644 --- a/gateway/custom_settings.conf +++ b/gateway/custom_settings.conf @@ -1,11 +1,11 @@ client_max_body_size 10240m; server { - location /nginx_status { + location /nwhat_status { stub_status on; access_log off; - allow 192.168.1.0/24; - deny all; + allow all; + #deny all; } }