Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | nginx_proxy_openstack_web_host: ${_param:cluster_public_host} |
| 4 | nginx_proxy_openstack_web_proxy_host: ${_param:cluster_vip_address} |
| 5 | nginx: |
| 6 | server: |
| 7 | enabled: true |
| 8 | site: |
| 9 | nginx_proxy_openstack_web: |
| 10 | enabled: true |
| 11 | type: nginx_proxy |
| 12 | name: openstack_web |
| 13 | proxy: |
| 14 | host: prx |
| 15 | port: 8078 |
| 16 | protocol: http |
| 17 | websocket: true |
| 18 | host: |
| 19 | name: ${_param:nginx_proxy_openstack_web_host} |
| 20 | port: 443 |
| 21 | protocol: https |
| 22 | ssl: ${_param:nginx_proxy_ssl} |
| 23 | nginx_ssl_redirect_openstack_web: |
| 24 | enabled: true |
| 25 | type: nginx_redirect |
| 26 | name: openstack_web_redirect |
| 27 | host: |
| 28 | name: ${_param:nginx_proxy_openstack_web_host} |
| 29 | port: 80 |