charm-openstack-dashboard/templates/ports.conf

10 lines
151 B
Plaintext

Listen {{ http_port }}
<IfModule ssl_module>
Listen {{ https_port }}
</IfModule>
<IfModule mod_gnutls.c>
Listen {{ https_port }}
</IfModule>