Update cookbooks and roles
Change-Id: I832c3edd2114c6346c8f6f319b9c522662e0d158
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R]
|
||||
</VirtualHost>
|
||||
|
||||
WSGISocketPrefix run/wsgi
|
||||
<% if %w{debian ubuntu}.include?(node["platform"]) -%>
|
||||
WSGISocketPrefix /var/run/apache2/wsgi
|
||||
<% else -%>
|
||||
WSGISocketPrefix run/wsgi
|
||||
<% end -%>
|
||||
|
||||
<VirtualHost *:443>
|
||||
<% if node["openstack"]["dashboard"]["server_hostname"] -%>
|
||||
|
||||
Reference in New Issue
Block a user