We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c9adf commit 5868ac5Copy full SHA for 5868ac5
deploy/helm/Chart.yaml
@@ -4,6 +4,6 @@ description: Cloudforet Console API v2 Helm chart for Kubernetes
4
5
type: application
6
7
-version: 1.0.10
+version: 1.0.11
8
appVersion: 1.x.y
9
deploy/helm/config/proxy.conf
@@ -5,7 +5,7 @@ server {
error_log /dev/stderr warn;
location / {
- proxy_pass http://localhost:8000/;
+ proxy_pass http://127.0.0.1:8000/;
10
proxy_set_header Host $host;
11
proxy_set_header X-Real-IP $remote_addr;
0 commit comments