Skip to content

Commit

Permalink
Add UWSGI_CHEAPER 0 to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stitch committed Dec 11, 2024
1 parent 1c111b1 commit de834c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de834c1

Please sign in to comment.