[bug] 기호파일 수정
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
This commit is contained in:
parent
a1a18b5da2
commit
3827b15914
@ -257,8 +257,8 @@ server {
|
|||||||
location = /basic_status/ {
|
location = /basic_status/ {
|
||||||
satisfy any;
|
satisfy any;
|
||||||
|
|
||||||
auth_basic “metric admin”;
|
auth_basic "metric admin";
|
||||||
auth_basic_user_file /etc/nginx/.htpasswd;
|
auth_basic_user_file .htpasswd;
|
||||||
stub_status;
|
stub_status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user