新增nodejs-email 流水线脚本

This commit is contained in:
dxin
2025-12-02 14:22:15 +08:00
parent dab9078477
commit a6aa4c6b72
3 changed files with 179 additions and 59 deletions

View File

@@ -883,6 +883,14 @@ server {
}
}
location /api/gmail {
proxy_pass http://10.0.0.10:3005;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}
# 错误页面
error_page 500 502 503 504 /50x.html;
location = /50x.html {