Skip to content

Commit

Permalink
Update configs to reflect uwsgi install
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritofeng committed Sep 9, 2018
1 parent d3eafcc commit d97014d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sample_files/site.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:site]
command=<path to uwsgi you just installed> --ini uwsgi.ini
command=<path to virtualenv>/bin/python uwsgi --ini uwsgi.ini
directory=<path to site>
stopsignal=QUIT
stdout_logfile=/tmp/site.stdout.log
Expand Down
1 change: 0 additions & 1 deletion sample_files/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ virtualenv = <virtualenv path>
# Details regarding DMOJ application.
protocol = uwsgi
master = true
plugins = python
env = DJANGO_SETTINGS_MODULE=dmoj.settings
module = dmoj.wsgi:application
optimize = 2
Expand Down

0 comments on commit d97014d

Please sign in to comment.