Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae7a50ab authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

Merge branch 'gunicorn-config' into 'master'

update config of gunicorn

See merge request !156
parents 21ed9712 f2675c49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@ COPY --from=builder /install/ /usr/local/
EXPOSE 80
STOPSIGNAL SIGINT

CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:80", "--pythonpath", "/usr/local/lib/python3.9/site-packages", "searx.webapp:app"]
CMD ["gunicorn", "-w", "4", "--threads", "4", "-b", "0.0.0.0:80", "--pythonpath", "/usr/local/lib/python3.9/site-packages", "searx.webapp:app"]