[bug] 절대경로로 pw 파일 수정
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
This commit is contained in:
parent
7daa4144a7
commit
a1a18b5da2
@ -254,11 +254,11 @@ server {
|
|||||||
alias /var/www/html/.well-known/acme-challenge/;
|
alias /var/www/html/.well-known/acme-challenge/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location = /basic_status {
|
location = /basic_status/ {
|
||||||
satisfy any;
|
satisfy any;
|
||||||
|
|
||||||
auth_basic “metric admin”;
|
auth_basic “metric admin”;
|
||||||
auth_basic_user_file .htpasswd;
|
auth_basic_user_file /etc/nginx/.htpasswd;
|
||||||
stub_status;
|
stub_status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user