| parameters: | |
| _param: | |
| nginx_proxy_openstack_web_host: ${_param:cluster_public_host} | |
| nginx_proxy_openstack_web_proxy_host: ${_param:cluster_vip_address} | |
| nginx_proxy_openstack_web_buffer_size: | |
| nginx: | |
| server: | |
| enabled: true | |
| site: | |
| nginx_proxy_openstack_web: | |
| enabled: true | |
| type: nginx_proxy | |
| name: openstack_web | |
| proxy: | |
| size: 5000m | |
| host: prx | |
| port: 8078 | |
| protocol: http | |
| websocket: true | |
| host: | |
| name: ${_param:nginx_proxy_openstack_web_host} | |
| port: 443 | |
| protocol: https | |
| ssl: ${_param:nginx_proxy_ssl} | |
| nginx_ssl_redirect_openstack_web: | |
| enabled: true | |
| type: nginx_redirect | |
| name: openstack_web_redirect | |
| host: | |
| name: ${_param:nginx_proxy_openstack_web_host} | |
| port: 80 |