blob: 38016c9f3a09083c34d0c0eb4ccc4d408bf6b9ae [file] [log] [blame]
Swann Croiset37005a92017-02-08 12:25:28 +01001parameters:
2 nginx:
3 server:
4 enabled: true
5 site:
6 nginx_proxy_uchiwa:
7 enabled: true
8 type: nginx_proxy
9 name: uchiwa
10 proxy:
11 host: ${_param:stacklight_monitor_address}
12 port: 3001
13 protocol: http
14 host:
15 name: ${_param:cluster_public_host}
16 port: 3001
17 protocol: https
18 ssl: ${_param:nginx_proxy_ssl}