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,11 +41,13 @@
</FilesMatch>
</IfModule>
<% if node['web']['static'] %>
<% node['web']['static'].each do |static| -%>
Alias <%= static['uri'] %> <%= node['working-dir'] %>/<%= static['path'] %>
<% end -%>
<% end -%>
<% if node['web']['wsgi'] %>
WSGIDaemonProcess <%= node['app']['name'] %> python-path=<%= node['python']['working-dir'] %> python-home=<%= node['python']['env_path'] %>