From 05d1220a9c492549421c060e79513c74314f6bdf Mon Sep 17 00:00:00 2001 From: Aditya Prima Date: Thu, 12 Sep 2024 01:22:55 +0700 Subject: [PATCH] Updated stub status to allow all --- etc/nginx/conf.d/default.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index 7e72127..91eb4d0 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -18,7 +18,6 @@ server { location /nginx-status { stub_status on; - allow 127.0.0.1; - deny all; + allow all; } } \ No newline at end of file