Skip to content

Commit

Permalink
update docs for interlock config options
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Hazlett <[email protected]>
  • Loading branch information
ehazlett committed Jun 3, 2016
1 parent c2475de commit cef2526
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions docs/interlock_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,27 @@ alias domains or SSL certificates.
These are the options available to customize as well as their extension
compatibility.

|Label|Extensions Supported|
|----|----|
|`interlock.ext.name` | internal |
|`interlock.hostname` | haproxy, nginx|
|`interlock.domain` | haproxy, nginx|
|`interlock.ssl` | nginx|
|`interlock.ssl_only` | haproxy, nginx|
|`interlock.ssl_backend` | haproxy, nginx|
|`interlock.ssl_backend_tls_verify` | haproxy, nginx|
|`interlock.ssl_cert` | nginx|
|`interlock.ssl_cert_key` | nginx|
|`interlock.port` | haproxy, nginx|
|`interlock.context_root` | haproxy, nginx|
|`interlock.context_root_rewrite` | haproxy, nginx|
|`interlock.websocket_endpoint` | nginx|
|`interlock.alias_domain` | haproxy, nginx|
|`interlock.health_check` | haproxy|
|`interlock.health_check_interval` | haproxy|
|`interlock.balance_algorithm` | haproxy|
|`interlock.backend_option` | haproxy|
|Label|Extensions Supported|Description|
|----|----|-----|
|`interlock.ext.name` | internal | |
|`interlock.hostname` | haproxy, nginx| service hostname |
|`interlock.domain` | haproxy, nginx| service domain |
|`interlock.network` | haproxy, nginx| docker network to join and use (overlay) |
|`interlock.ssl` | nginx| enable ssl |
|`interlock.ssl_only` | haproxy, nginx| add a redirect to the ssl service |
|`interlock.ssl_backend` | haproxy, nginx| use ssl for the service backend |
|`interlock.ssl_backend_tls_verify` | haproxy, nginx| verify tls for the service backend |
|`interlock.ssl_cert` | nginx| name of the ssl certificate |
|`interlock.ssl_cert_key` | nginx| name of the ssl key |
|`interlock.port` | haproxy, nginx| container port to use as the upstream |
|`interlock.context_root` | haproxy, nginx| context path to use for upstreams |
|`interlock.context_root_rewrite` | haproxy, nginx| rewrite requests before sending to upstream |
|`interlock.websocket_endpoint` | nginx| endpoint to use for websocket support |
|`interlock.alias_domain` | haproxy, nginx| one or more alias domains for the upstream (i.e. www.example.com and example.com) |
|`interlock.health_check` | haproxy| haproxy health check for backend |
|`interlock.health_check_interval` | haproxy| interval to use for backend health check|
|`interlock.balance_algorithm` | haproxy| load balancing algorithm to use in haproxy|
|`interlock.backend_option` | haproxy| one or more backend options as specified by haproxy|

# Port
If an upstream container uses multiple ports you can select the port for
Expand Down

0 comments on commit cef2526

Please sign in to comment.