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 a39caa8 commit 04e57f9Copy full SHA for 04e57f9
.github/workflows/CI-CD_Pipeline.yml
@@ -382,7 +382,7 @@ jobs:
382
# ---------------------------------------------------------
383
# 6) 업스트림 전환 (forward_host/forward_port만 업데이트)
384
385
- NEW_CFG=$(jq -n --arg host "${GREEN}" --argjson port ${PORT_IN} '{forward_host:$host, forward_port:$port}')
+ NEW_CFG=$(jq -n --arg host "${GREEN}" --argjson port ${PORT_IN} '{forward_host:$host, forward_port:$port, forward_scheme:"http"}')
386
curl -s -X PUT "http://127.0.0.1:81/api/nginx/proxy-hosts/${PROXY_ID}" \
387
-H "Authorization: Bearer ${TOKEN}" \
388
-H "Content-Type: application/json" \
0 commit comments