新增nodejs-email 流水线脚本
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user