set_domain_origin_protocol
Configure the origin fetch protocol for a CDN domain, choosing between match-viewer, HTTP-only, or HTTPS-only, with optional custom ports.
Instructions
设置域名回源协议
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | 域名 | |
| origin_protocol_policy | Yes | 回源协议:match-viewer=跟随,http-only=仅HTTP,https-only=仅HTTPS | |
| origin_protocol_http_port | No | HTTP 回源端口,默认 80 | |
| origin_protocol_https_port | No | HTTPS 回源端口,默认 443 |