metric url 추가
Some checks failed
Deploy Nginx Config to Ubuntu Server / deploy (push) Failing after 1s

admin / 19800508
This commit is contained in:
hwansae91 2025-08-31 15:52:26 +09:00
parent c14f5c53b6
commit ec021edcf1

View File

@ -254,6 +254,15 @@ server {
alias /var/www/html/.well-known/acme-challenge/;
}
location = /basic_status {
satisfy any;
auth_basic “metric admin”;
auth_basic_user_file .htpasswd;
allow 192.168.1.0/24;
stub_status;
}
# pass PHP scripts to FastCGI server
#