Commit a8141ecc authored by Rafael Monnerat's avatar Rafael Monnerat

apache-frontend: Include additional NameVirtualHost for https case.

parent 1b1ad220
...@@ -121,7 +121,7 @@ mode = 640 ...@@ -121,7 +121,7 @@ mode = 640
[template-apache-cached-configuration] [template-apache-cached-configuration]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/templates/apache_cached.conf.in url = ${:_profile_base_location_}/templates/apache_cached.conf.in
md5sum = 2c6c09390a9d778aecba75f569fb486c md5sum = 86dcbdc0874d3c1b8971b76b70c4df65
mode = 640 mode = 640
[template-rewrite-cached] [template-rewrite-cached]
......
...@@ -119,6 +119,7 @@ SSLProxyCheckPeerCN off ...@@ -119,6 +119,7 @@ SSLProxyCheckPeerCN off
SSLProxyCheckPeerExpire off SSLProxyCheckPeerExpire off
NameVirtualHost *:{{ cached_port }} NameVirtualHost *:{{ cached_port }}
NameVirtualHost *:{{ ssl_cached_port }}
include {{ slave_with_cache_configuration_directory }}/*.conf include {{ slave_with_cache_configuration_directory }}/*.conf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment