Skip to content

Commit

Permalink
Add UWSGI_CHEAPER 0 to Dockerfile
Browse files Browse the repository at this point in the history
Fix uwsgi "invalid cheaper value: must be lower than processes", see internetstandards#495.
  • Loading branch information
bwbroersma committed Aug 22, 2024
1 parent 0a1ea49 commit 62ec16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ USER root
ENV UWSGI_GID root
ENV UWSGI_UID root
ENV UWSGI_MODULE dashboard.wsgi
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 62ec16f

Please sign in to comment.