Skip to content

Commit

Permalink
Minor changes to config
Browse files Browse the repository at this point in the history
  • Loading branch information
fasouto committed Oct 20, 2016
1 parent 0baca9d commit 7c95c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:uwsgi]
command = env/bin/uwsgi -ini conf/uwsgi.ini
command = env/bin/uwsgi -ini config/uwsgi.ini
autostart = true
autorestart = true
redirect_stderr = true
Expand Down
3 changes: 1 addition & 2 deletions config/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ logto = log/uwsgi.log
reaper = true
disable-logging = true
chmod-socket = 666
env = DJANGO_SETTINGS_MODULE=$PROJECT_NAME.settings
env = DJANGO_SETTINGS_MODULE=$PROJECT_NAME.settings.production
module = $PROJECT_NAME.wsgi
pythonpath = $PROJECT_NAME

0 comments on commit 7c95c1f

Please sign in to comment.