From 2a1669df5db9a194d01e610a4ce288ae02ebaf4d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 11 Jan 2022 01:40:24 +0200 Subject: [PATCH] bb --- files/templates/submission.html | 18 ++---------------- supervisord.conf | 2 +- 2 files changed, 3 insertions(+), 17 deletions(-) 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