diff --git a/Dockerfile b/Dockerfile index 33eade6c..2fd8790f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,8 @@ USER root ENV UWSGI_GID root ENV UWSGI_UID root ENV UWSGI_MODULE dashboard.wsgi +# Fix uwsgi "invalid cheaper value: must be lower than processes", see #495. +ENV UWSGI_CHEAPER 0 # serve static files (to caching proxy) from collected/generated static files ENV UWSGI_STATIC_MAP /static=/srv/dashboard/static # set proxy and browser caching for static files to 1 month