Skip to content

Commit

Permalink
Merge pull request #2397 from gem/server-encoding
Browse files Browse the repository at this point in the history
Force UTF-8 encoding in supervisord
  • Loading branch information
daniviga committed Dec 5, 2016
2 parents bb1eab8 + 7c20d22 commit 55cef04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/supervisord/openquake-celery.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[program:openquake-celery]
priority=998
environment=LOGNAME=openquake
environment=LANG=en_US.UTF-8,LC_ALL=en_US.UTF-8,LOGNAME=openquake
## With Celery 3 (Ubuntu >= 14.04)
command=celery worker --config openquake.engine.celeryconfig --purge -Ofair
## With Celery 2 (Ubuntu 12.04)
Expand Down
2 changes: 1 addition & 1 deletion debian/supervisord/openquake-dbserver.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[program:openquake-dbserver]
priority=997
environment=LOGNAME=openquake
environment=LANG=en_US.UTF-8,LC_ALL=en_US.UTF-8,LOGNAME=openquake
directory=/usr/lib/python2.7/dist-packages/openquake/server
command=python dbserver.py
user=openquake
Expand Down
2 changes: 1 addition & 1 deletion debian/supervisord/openquake-webui.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[program:openquake-webui]
priority=999
environment=LOGNAME=openquake
environment=LANG=en_US.UTF-8,LC_ALL=en_US.UTF-8,LOGNAME=openquake
directory=/usr/lib/python2.7/dist-packages/openquake/server
; Using embedded django server
command=python manage.py runserver 127.0.0.1:8800 --noreload
Expand Down

0 comments on commit 55cef04

Please sign in to comment.