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.
19 lines
627 B
19 lines
627 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"
|
|
DocumentRoot {{document_root}}
|
|
<Directory "{{document_root}}">
|
|
Options -Indexes +FollowSymLinks -MultiViews
|
|
AllowOverride {{allow_override}}
|
|
{{acl_configuration}}
|
|
{{extra_directory_configuration}}
|
|
</Directory>
|
|
{{additional_https_configuration}}
|
|
{{additional_configuration}}
|
|
{{htaccess_include}}
|
|
</VirtualHost>
|