charm-ceph-radosgw/templates/ports.conf
Edward Hope-Morley 9194bbc2f6 [hopem,r=]
Make RGW port configurable.
Closes-Bug: 1517551
2015-11-25 11:09:14 +00:00

12 lines
160 B
ApacheConf

Listen {{ port }}
<IfModule ssl_module>
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet