php #9

Merged
wmantly merged 3 commits from php into master 2019-06-30 18:11:07 +00:00
Showing only changes of commit 5d08a13fa1 - Show all commits

View File

@ -41,9 +41,11 @@
</FilesMatch> </FilesMatch>
</IfModule> </IfModule>
<% if node['web']['static'] %>
<% node['web']['static'].each do |static| -%> <% node['web']['static'].each do |static| -%>
Alias <%= static['uri'] %> <%= node['working-dir'] %>/<%= static['path'] %> Alias <%= static['uri'] %> <%= node['working-dir'] %>/<%= static['path'] %>
<% end -%>
<% end -%> <% end -%>
<% if node['web']['wsgi'] %> <% if node['web']['wsgi'] %>