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
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,9 @@ _Note that Kubernetes annotation maps are all of Go type `map[string]string`. A
250
250
| <aname="enforce-whitelists"></a>deis-router | deployment |[router.deis.io/nginx.enforceWhitelists](#enforce-whitelists)|`"false"`| Whether to _require_ application-level whitelists that explicitly enumerate allowed clients by IP / CIDR range. With this enabled, each app will drop _all_ requests unless a whitelist has been defined. |
251
251
| <aname="default-whitelist"></a>deis-router | deployment |[router.deis.io/nginx.defaultWhitelist](#default-whitelist)| N/A | A default (router-wide) whitelist expressed as a comma-delimited list of addresses (using IP or CIDR notation). Application-specific whitelists can either extend or override this default. |
252
252
| <aname="whitelist-mode"></a>deis-router | deployment |[router.deis.io/nginx.whitelistMode](#whitelist-mode)|`"extend"`| Whether application-specific whitelists should extend or override the router-wide default whitelist (if defined). Valid values are `"extend"` and `"override"`. |
253
+
| <aname="default-service-enabled"></a>deis-router | deployment |[router.deis.io/nginx.defaultServiceEnabled](#default-service-enabled)|`"false"`| Enables default back-end service for traffic hitting /. In order to work correctly both `defaultServiceIP` and `DefaultAppName` MUST also be set. |
254
+
| <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. |
255
+
| <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. |
253
256
| <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. |
254
257
| <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. |
255
258
| <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