diff --git a/config.json b/config.json index 8f0726a..bb6d469 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { - "htpasswdPath": "C:\\nginx\\.htpasswd", + "htpasswdPath": "/etc/nginx/.htpasswd", "port": 8000 } diff --git a/deployment.md b/deployment.md index e723534..b108347 100644 --- a/deployment.md +++ b/deployment.md @@ -29,7 +29,6 @@ VaultKeeper는 `config.json` 파일을 통해 `.htpasswd` 파일 경로와 서 * `"htpasswdPath"`: Nginx가 사용하는 실제 `.htpasswd` 파일의 절대 경로를 지정합니다. VaultKeeper가 이 파일에 대한 읽기/쓰기 권한을 가지고 있어야 합니다. * `"port"`: VaultKeeper 서버가 수신 대기할 포트 번호를 지정합니다. (기본값: 8000) -**주의:** Windows 환경의 경우, `htpasswdPath`는 `"C:\\nginx\\.htpasswd"`와 같이 백슬래시를 두 번 사용하여 이스케이프해야 합니다. ## 3. 최초 관리자 계정 생성 (터미널)