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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,8 @@ _Note that Kubernetes annotation maps are all of Go type `map[string]string`. A
257
257
| <aname="default-app-name"></a>deis-router | deployment |[router.deis.io/nginx.DefaultAppName](#default-app-name)|`""`| Default back-end application name for traffic hitting router on /. In order to work correctly both `defaultServiceIP` and `DefaultServiceEnabled` MUST also be set. |
258
258
| <aname="default-service-ip"></a>deis-router | deployment |[router.deis.io/nginx.defaultServiceIP](#default-service-ip)|`""`| Default back-end service ip for traffic hitting router on /. In order to work correctly both `DefaultAppName` and `DefaultServiceEnabled` MUST also be set. |
259
259
| <aname="http2-enabled"></a>deis-router | deployment |[router.deis.io/nginx.http2Enabled](#http2-enabled)|`"true"`| Whether to enable HTTP2 for apps on the SSL ports. |
260
+
| <aname="http2MaxHeaderSize"></a>deis-router | deployment |[router.deis.io/nginx.http2MaxHeaderSize](#http2MaxHeaderSize)|`"32k"`| The max header size. |
261
+
| <aname="http2MaxFieldSize"></a>deis-router | deployment |[router.deis.io/nginx.http2MaxFieldSize](#http2MaxFieldSize)|`"16k"`| The max header field size. |
260
262
| <aname="log-format"></a>deis-router | deployment |[router.deis.io/nginx.logFormat](#log-format)|`"[$time_iso8601] - $app_name - $remote_addr - $remote_user - $status - "$request" - $bytes_sent - "$http_referer" - "$http_user_agent" - "$server_name" - $upstream_addr - $http_host - $upstream_response_time - $request_time"`| Nginx access log format. **Warning:** if you change this to a non-default value, log parsing in monitoring subsystem will be broken. Use this parameter if you completely understand what you're doing. |
261
263
| <aname="ssl-enforce"></a>deis-router | deployment |[router.deis.io/nginx.ssl.enforce](#ssl-enforce)|`"false"`| Whether to respond with a 301 for all HTTP requests with a permanent redirect to the HTTPS equivalent address. |
0 commit comments