mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Sep 21 11:28:40 UTC 2022
This commit is contained in:
parent
8f4214beb2
commit
29683b8af4
122 changed files with 2393 additions and 199 deletions
|
|
@ -10,7 +10,7 @@ SYNOPSIS
|
|||
[--cache-key-include-named-cookie=[NAMED_COOKIE,...]]
|
||||
[--no-cache-key-include-protocol] [--no-cache-key-include-query-string]
|
||||
[--cache-mode=CACHE_MODE] [--client-ttl=CLIENT_TTL]
|
||||
[--connection-drain-on-failover]
|
||||
[--compression-mode=COMPRESSION_MODE] [--connection-drain-on-failover]
|
||||
[--connection-draining-timeout=CONNECTION_DRAINING_TIMEOUT]
|
||||
[--connection-persistence-on-unhealthy-backends=CONNECTION_PERSISTENCE_ON_UNHEALTHY_BACKENDS]
|
||||
[--custom-request-header=CUSTOM_REQUEST_HEADER]
|
||||
|
|
@ -161,6 +161,16 @@ FLAGS
|
|||
When the cache mode is set to "USE_ORIGIN_HEADERS", you must omit this
|
||||
field.
|
||||
|
||||
--compression-mode=COMPRESSION_MODE
|
||||
Compress text responses using Brotli or gzip compression, based on the
|
||||
client's Accept-Encoding header. Two modes are supported: AUTOMATIC
|
||||
(recommended) - automatically uses the best compression based on the
|
||||
Accept-Encoding header sent by the client. In most cases, this will
|
||||
result in Brotli compression being favored. DISABLED - disables
|
||||
compression. Existing compressed responses cached by Cloud CDN will not
|
||||
be served to clients. COMPRESSION_MODE must be one of: DISABLED,
|
||||
AUTOMATIC.
|
||||
|
||||
--connection-drain-on-failover
|
||||
Connection drain is enabled by default and on failover or failback
|
||||
connections will be drained. If connection drain is disabled, the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue