diff --git a/templates/apache/vhost.conf.erb b/templates/apache/vhost.conf.erb index 180f7d9..4e7de90 100644 --- a/templates/apache/vhost.conf.erb +++ b/templates/apache/vhost.conf.erb @@ -48,7 +48,7 @@ <% if node['web']['wsgi'] %> - WSGIDaemonProcess <%= node['app']['name'] %> python-path=<%= node['python']['working-dir'] %> python-home=<%= node['python']['virtualenv_path'] %> + WSGIDaemonProcess <%= node['app']['name'] %> python-path=<%= node['python']['working-dir'] %> python-home=<%= node['python']['env_path'] %> WSGIProcessGroup <%= node['app']['name'] %> WSGIScriptAlias / <%= node['working-dir'] %>/<%= node['web']['wsgi']['wsgi_path'] %>