mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 22 10:31:35 UTC 2023
This commit is contained in:
parent
2102dc5511
commit
dc0d916cee
219 changed files with 5076 additions and 1639 deletions
|
|
@ -58,6 +58,8 @@ REQUIRED FLAGS
|
|||
|
||||
allow
|
||||
Allows the request from HTTP(S) Load Balancing.
|
||||
deny
|
||||
Denies the request from TCP/SSL Proxy and Network Load Balancing.
|
||||
deny-403
|
||||
Denies the request from HTTP(S) Load Balancing, with an HTTP
|
||||
response status code of 403.
|
||||
|
|
@ -216,7 +218,7 @@ OPTIONAL FLAGS
|
|||
request is redirected, use the redirect options based on
|
||||
--exceed-redirect-type and --exceed-redirect-target below.
|
||||
EXCEED_ACTION must be one of: deny-403, deny-404, deny-429, deny-502,
|
||||
redirect.
|
||||
deny, redirect.
|
||||
|
||||
--exceed-redirect-target=EXCEED_REDIRECT_TARGET
|
||||
URL target for the redirect action that is configured as the exceed
|
||||
|
|
|
|||
|
|
@ -58,6 +58,8 @@ FLAGS
|
|||
|
||||
allow
|
||||
Allows the request from HTTP(S) Load Balancing.
|
||||
deny
|
||||
Denies the request from TCP/SSL Proxy and Network Load Balancing.
|
||||
deny-403
|
||||
Denies the request from HTTP(S) Load Balancing, with an HTTP
|
||||
response status code of 403.
|
||||
|
|
@ -167,7 +169,7 @@ FLAGS
|
|||
request is redirected, use the redirect options based on
|
||||
--exceed-redirect-type and --exceed-redirect-target below.
|
||||
EXCEED_ACTION must be one of: deny-403, deny-404, deny-429, deny-502,
|
||||
redirect.
|
||||
deny, redirect.
|
||||
|
||||
--exceed-redirect-target=EXCEED_REDIRECT_TARGET
|
||||
URL target for the redirect action that is configured as the exceed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue