diff --git a/files/templates/submission.html b/files/templates/submission.html index 60c89b6b1..17563099b 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -17,25 +17,11 @@ - - - :#marseywholesome: + + - {% endif %} {% if p.award_count("wholesome") > 1 %} diff --git a/supervisord.conf b/supervisord.conf index 07d183236..812f63821 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -5,7 +5,7 @@ logfile=/tmp/supervisord.log [program:service] directory=/service -command=gunicorn files.__main__:app -k gevent -w 2 --reload -b localhost:80 --max-requests 1000 --max-requests-jitter 500 +command=gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --max-requests 1000 --max-requests-jitter 500 stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr