~openstack-charmers-next/charms/xenial/swift-storage/trunk

« back to all changes in this revision

Viewing changes to charmhelpers/contrib/openstack/templates/openstack_https_frontend

  • Committer: James Page
  • Date: 2016-03-03 11:50:13 UTC
  • Revision ID: james.page@ubuntu.com-20160303115013-h6ebo078dpdaf5fp
Resync charm-helpers

Resolve single unit deployment failure with default configuration;
update unit tests to ensure that mkdir is called for /srv/node.

Change-Id: Id5518a2144ec3bdc6341f6dfc85835ae342f490e

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
<VirtualHost {{ address }}:{{ ext }}>
7
7
    ServerName {{ endpoint }}
8
8
    SSLEngine on
 
9
    SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
 
10
    SSLCipherSuite HIGH:!RC4:!MD5:!aNULL:!eNULL:!EXP:!LOW:!MEDIUM
9
11
    SSLCertificateFile /etc/apache2/ssl/{{ namespace }}/cert_{{ endpoint }}
10
12
    SSLCertificateKeyFile /etc/apache2/ssl/{{ namespace }}/key_{{ endpoint }}
11
13
    ProxyPass / http://localhost:{{ int }}/