You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Back-to-origin protocol configuration. Possible values are: `http`: use HTTP protocol for back-to-origin; `https`: use HTTPS protocol for back-to-origin; `follow`: follow the protocol.",
579
+
Description: "Back-to-origin protocol configuration. Possible values are: `http`: use HTTP protocol for back-to-origin; `https`: use HTTPS protocol for back-to-origin; `follow`: follow the protocol.",
Copy file name to clipboardExpand all lines: website/docs/r/teo_l7_acc_rule.html.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -414,6 +414,7 @@ The `actions` object of `branches` supports the following:
414
414
*`modify_response_header_parameters` - (Optional, List) Modify http node response header configuration parameters. this parameter is required when name is modifyresponseheader.
415
415
*`ocsp_stapling_parameters` - (Optional, List) OCSP stapling configuration parameter. this parameter is required when the name is set to ocspstapling.
416
416
*`offline_cache_parameters` - (Optional, List) Offline cache configuration parameter. this parameter is required when name is offlinecache.
417
+
*`origin_pull_protocol_parameters` - (Optional, List) Back-to-origin HTTPS configuration parameter. This parameter is required when the Name value is `OriginPullProtocol`.
417
418
*`post_max_size_parameters` - (Optional, List) Maximum size configuration for file streaming upload via a post request. this parameter is required when name is postmaxsize.
418
419
*`quic_parameters` - (Optional, List) The quic configuration parameter. this parameter is required when name is quic.
419
420
*`range_origin_pull_parameters` - (Optional, List) Shard source retrieval configuration parameter. this parameter is required when name is set to rangeoriginpull.
@@ -616,6 +617,10 @@ The `offline_cache_parameters` object of `actions` supports the following:
616
617
617
618
*`switch` - (Optional, String) Whether to enable offline caching. values: on: enable; Off: disable.
618
619
620
+
The `origin_pull_protocol_parameters` object of `actions` supports the following:
621
+
622
+
*`protocol` - (Optional, String) Back-to-origin protocol configuration. Possible values are: `http`: use HTTP protocol for back-to-origin; `https`: use HTTPS protocol for back-to-origin; `follow`: follow the protocol.
623
+
619
624
The `post_max_size_parameters` object of `actions` supports the following:
620
625
621
626
*`max_size` - (Optional, Int) Maximum size of the file uploaded for streaming via a post request, in bytes. value range: 1 * 2^20 bytes to 500 * 2^20 bytes.
Copy file name to clipboardExpand all lines: website/docs/r/teo_l7_acc_rule_v2.html.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,7 @@ The `actions` object of `branches` supports the following:
175
175
*`modify_response_header_parameters` - (Optional, List) Modify http node response header configuration parameters. this parameter is required when name is modifyresponseheader.
176
176
*`ocsp_stapling_parameters` - (Optional, List) OCSP stapling configuration parameter. this parameter is required when the name is set to ocspstapling.
177
177
*`offline_cache_parameters` - (Optional, List) Offline cache configuration parameter. this parameter is required when name is offlinecache.
178
+
*`origin_pull_protocol_parameters` - (Optional, List) Back-to-origin HTTPS configuration parameter. This parameter is required when the Name value is `OriginPullProtocol`.
178
179
*`post_max_size_parameters` - (Optional, List) Maximum size configuration for file streaming upload via a post request. this parameter is required when name is postmaxsize.
179
180
*`quic_parameters` - (Optional, List) The quic configuration parameter. this parameter is required when name is quic.
180
181
*`range_origin_pull_parameters` - (Optional, List) Shard source retrieval configuration parameter. this parameter is required when name is set to rangeoriginpull.
@@ -377,6 +378,10 @@ The `offline_cache_parameters` object of `actions` supports the following:
377
378
378
379
*`switch` - (Optional, String) Whether to enable offline caching. values: on: enable; Off: disable.
379
380
381
+
The `origin_pull_protocol_parameters` object of `actions` supports the following:
382
+
383
+
*`protocol` - (Optional, String) Back-to-origin protocol configuration. Possible values are: `http`: use HTTP protocol for back-to-origin; `https`: use HTTPS protocol for back-to-origin; `follow`: follow the protocol.
384
+
380
385
The `post_max_size_parameters` object of `actions` supports the following:
381
386
382
387
*`max_size` - (Optional, Int) Maximum size of the file uploaded for streaming via a post request, in bytes. value range: 1 * 2^20 bytes to 500 * 2^20 bytes.
0 commit comments