Ondrej Smola | 5b087c3 | 2017-02-13 14:59:01 +0100 | [diff] [blame] | 1 | parameters: |
2 | _param: | ||||
3 | nginx_proxy_radosgw_host: ${_param:cluster_public_host} | ||||
4 | nginx: | ||||
5 | server: | ||||
6 | enabled: true | ||||
7 | site: | ||||
8 | ceph_radosgw: | ||||
9 | enabled: true | ||||
10 | type: ceph | ||||
11 | name: ceph_radosgw | ||||
12 | host: | ||||
13 | name: ${_param:nginx_proxy_radosgw_host} | ||||
14 | port: 8080 | ||||
15 | ssl: ${_param:nginx_proxy_ssl} |