[fix] uWSGI: increase buffer-size

Increase max size of a request, by default it is 4k [1].  4096 as buffer-size is
too small and will result in the preference urls not working.

[1] https://uwsgi-docs.readthedocs.io/en/latest/Options.html#buffer-size
This commit is contained in:
Léon Tiekötter 2022-07-31 11:40:43 +02:00 committed by Markus Heiser
parent 88733c0ce6
commit 2b94fef7ec
4 changed files with 4 additions and 0 deletions

View file

@ -70,6 +70,7 @@ pythonpath = ${SEARXNG_SRC}
# Native HTTP support: https://uwsgi-docs.readthedocs.io/en/latest/HTTP.html
http = ${SEARXNG_INTERNAL_HTTP}
buffer-size = 8192
# uWSGI serves the static files and in settings.yml we use::
#

View file

@ -67,6 +67,7 @@ pythonpath = ${SEARXNG_SRC}
# -----------------
socket = ${SEARXNG_UWSGI_SOCKET}
buffer-size = 8192
# uWSGI serves the static files and in settings.yml we use::
#

View file

@ -73,6 +73,7 @@ pythonpath = ${SEARXNG_SRC}
# Native HTTP support: https://uwsgi-docs.readthedocs.io/en/latest/HTTP.html
http = ${SEARXNG_INTERNAL_HTTP}
buffer-size = 8192
# uWSGI serves the static files and in settings.yml we use::
#

View file

@ -70,6 +70,7 @@ pythonpath = ${SEARXNG_SRC}
# -----------------
socket = ${SEARXNG_UWSGI_SOCKET}
buffer-size = 8192
# uWSGI serves the static files and in settings.yml we use::
#