metric url 추가
Some checks failed
Deploy Nginx Config to Ubuntu Server / deploy (push) Failing after 1s
Some checks failed
Deploy Nginx Config to Ubuntu Server / deploy (push) Failing after 1s
admin / 19800508
This commit is contained in:
parent
c14f5c53b6
commit
ec021edcf1
@ -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
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user