Skip to content

Commit 5868ac5

Browse files
committed
deploy: nginx proxy pass update from localhost to 127.0.0.1 to use IPv4
1 parent 14c9adf commit 5868ac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: Cloudforet Console API v2 Helm chart for Kubernetes
44

55
type: application
66

7-
version: 1.0.10
7+
version: 1.0.11
88
appVersion: 1.x.y
99

deploy/helm/config/proxy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ server {
55
error_log /dev/stderr warn;
66

77
location / {
8-
proxy_pass http://localhost:8000/;
8+
proxy_pass http://127.0.0.1:8000/;
99

1010
proxy_set_header Host $host;
1111
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)