feat: multi-module iteration

This commit is contained in:
2026-08-04 21:38:49 +08:00
parent 9d96c73246
commit 71f508e02b
1366 changed files with 202004 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# 杜康好客 — CodeUp Webhook 反代(挂到 api.dukanghaoke.com 443/80 server 块内)
# setup-webhook.sh 会自动 include 此文件
location = /hooks/deploy {
proxy_pass http://127.0.0.1:8095/deploy;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Gitlab-Token $http_x_gitlab_token;
proxy_set_header X-Codeup-Token $http_x_codeup_token;
proxy_set_header X-Deploy-Token $http_x_deploy_token;
client_max_body_size 1m;
}