Merge "Fix scope of vhost template variables"
This commit is contained in:
commit
33fcbde4b2
@ -15,7 +15,7 @@
|
||||
CustomLog ${APACHE_LOG_DIR}/storyboard-access.log combined
|
||||
|
||||
<Directory "<%= scope.lookupvar("storyboard::application::install_root") %>">
|
||||
<% if @new_vhost_perms %>
|
||||
<% if scope.lookupvar("storyboard::application::new_vhost_perms") %>
|
||||
Require all granted
|
||||
<% else %>
|
||||
Order allow,deny
|
||||
|
@ -55,7 +55,7 @@
|
||||
WSGIPassAuthorization On
|
||||
|
||||
<Directory "<%= scope.lookupvar("storyboard::application::install_root") %>">
|
||||
<% if @new_vhost_perms %>
|
||||
<% if scope.lookupvar("storyboard::application::new_vhost_perms") %>
|
||||
Require all granted
|
||||
<% else %>
|
||||
Order allow,deny
|
||||
|
Loading…
Reference in New Issue
Block a user