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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,10 +103,11 @@ variables (or a combination of the two):
103
103
| - | - | - | - |
104
104
|`-allowed-redirect-domains`|`ALLOWED_REDIRECT_DOMAINS`| Comma-separated list of domains the /redirect-to endpoint will allow ||
105
105
|`-exclude-headers`|`EXCLUDE_HEADERS`| Drop platform-specific headers. Comma-separated list of headers key to drop, supporting wildcard suffix matching. For example: `"foo,bar,x-fc-*"`| - |
106
-
|`-host`|`HOST`| Host to listen on |"0.0.0.0"|
106
+
|`-host`|`HOST`| Host to listen on | 0.0.0.0 |
107
107
|`-https-cert-file`|`HTTPS_CERT_FILE`| HTTPS Server certificate file ||
108
108
|`-https-key-file`|`HTTPS_KEY_FILE`| HTTPS Server private key file ||
109
-
|`-log-format`|`LOG_FORMAT`| Log format (text or json) | "text" |
109
+
|`-log-format`|`LOG_FORMAT`| Log format (text or json) | text |
fs.IntVar(&cfg.SrvMaxHeaderBytes, "srv-max-header-bytes", defaultSrvMaxHeaderBytes, "Value to use for the http.Server's MaxHeaderBytes option")
180
182
fs.DurationVar(&cfg.SrvReadHeaderTimeout, "srv-read-header-timeout", defaultSrvReadHeaderTimeout, "Value to use for the http.Server's ReadHeaderTimeout option")
181
183
fs.DurationVar(&cfg.SrvReadTimeout, "srv-read-timeout", defaultSrvReadTimeout, "Value to use for the http.Server's ReadTimeout option")
0 commit comments