[bug] 절대경로로 pw 파일 수정
Some checks failed
Deploy Nginx Config to Ubuntu Server / deploy (push) Failing after 1s

This commit is contained in:
hwansae91 2025-08-31 15:58:25 +09:00
parent 7daa4144a7
commit a1a18b5da2

View File

@ -254,11 +254,11 @@ server {
alias /var/www/html/.well-known/acme-challenge/;
}
location = /basic_status {
location = /basic_status/ {
satisfy any;
auth_basic “metric admin”;
auth_basic_user_file .htpasswd;
auth_basic_user_file /etc/nginx/.htpasswd;
stub_status;
}