Skip to content

Commit

Permalink
uwsgi does not need python executable
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritofeng committed Sep 9, 2018
1 parent d97014d commit 1067888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_files/site.conf
@@ -1,5 +1,5 @@
[program:site]
command=<path to virtualenv>/bin/python uwsgi --ini uwsgi.ini
command=<path to virtualenv>/bin/uwsgi --ini uwsgi.ini
directory=<path to site>
stopsignal=QUIT
stdout_logfile=/tmp/site.stdout.log
Expand Down

0 comments on commit 1067888

Please sign in to comment.