Skip to content

Commit

Permalink
set python-home to venv
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard authored Feb 23, 2017
1 parent ff62ca0 commit 60eb459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/project_name.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# AliasMatch ^/$ {{ project_directory }}/htdocs/index.html

WSGIScriptAlias / {{ project_directory }}/db/{{ project_name }}/wsgi.py
WSGIDaemonProcess {{ project_name }} display-name=%{GROUP} python-path={{project_directory}}/db
WSGIDaemonProcess {{ project_name }} display-name=%{GROUP} python-home={{project_directory}}/venv python-path={{project_directory}}/db
WSGIProcessGroup {{ project_name }}
WSGIApplicationGroup %{GLOBAL}

Expand Down

0 comments on commit 60eb459

Please sign in to comment.