Skip to content

Commit 6aba6e7

Browse files
committed
chore: NPM 포트 외부 접근 차단
- 링크로 접속이 가능하므로 포트 노출 불필요
1 parent cba97b0 commit 6aba6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/aws/terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ variable "expose_rds_port" {
122122
variable "expose_npm_config" {
123123
description = "Nginx Proxy Manager 설정 페이지 외부 노출 여부"
124124
type = bool
125-
default = true
125+
default = false
126126
}
127127

128128
variable "expose_redis_port" {

0 commit comments

Comments
 (0)