You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
501 B
15 lines
501 B
{{https_listen_configuration}}
|
|
{{before_vhost_configuration}}
|
|
<VirtualHost {{https_listen_addresses}}>
|
|
{{server_name_configuration}}
|
|
SSLEngine on
|
|
SSLCertificateFile "{{APACHE_CONF_DIR}}/bitnami/certs/server.crt"
|
|
SSLCertificateKeyFile "{{APACHE_CONF_DIR}}/bitnami/certs/server.key"
|
|
{{proxy_configuration}}
|
|
{{proxy_https_configuration}}
|
|
ProxyPass / {{proxy_address}}
|
|
ProxyPassReverse / {{proxy_address}}
|
|
{{additional_https_configuration}}
|
|
{{additional_configuration}}
|
|
</VirtualHost>
|