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
|
CustomLog ${APACHE_LOG_DIR}/storyboard-access.log combined
|
||||||
|
|
||||||
<Directory "<%= scope.lookupvar("storyboard::application::install_root") %>">
|
<Directory "<%= scope.lookupvar("storyboard::application::install_root") %>">
|
||||||
<% if @new_vhost_perms %>
|
<% if scope.lookupvar("storyboard::application::new_vhost_perms") %>
|
||||||
Require all granted
|
Require all granted
|
||||||
<% else %>
|
<% else %>
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
WSGIPassAuthorization On
|
WSGIPassAuthorization On
|
||||||
|
|
||||||
<Directory "<%= scope.lookupvar("storyboard::application::install_root") %>">
|
<Directory "<%= scope.lookupvar("storyboard::application::install_root") %>">
|
||||||
<% if @new_vhost_perms %>
|
<% if scope.lookupvar("storyboard::application::new_vhost_perms") %>
|
||||||
Require all granted
|
Require all granted
|
||||||
<% else %>
|
<% else %>
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
|
Loading…
Reference in New Issue
Block a user