From 18b4796f00a1c327716c6673c81b1e14d1455a29 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 28 May 2019 04:01:03 +0000 Subject: [PATCH] Apache template fix --- templates/apache/vhost.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] %>