Skip to content

Commit 0bd6314

Browse files
committed
Add virtual env to WSGIProcess directive
1 parent 0cf313d commit 0bd6314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/deploy.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ You can also define more than one process group, and use different process group
418418
user=www-data group=www-data \
419419
threads=$threads \
420420
display-name='%{GROUP}' \
421+
python-home=path-to-common-virtual-env \
421422
lang='de_DE.UTF-8' locale='de_DE.UTF-8' \
422423
queue-timeout=45 socket-timeout=60 connect-timeout=15 \
423424
request-timeout=60 inactivity-timeout=0 startup-timeout=15 \

0 commit comments

Comments
 (0)