Merge pull request #1595 from tiekoetter/fix-uwsgi-buffer-size

[fix] uWSGI: increase buffer-size
pull/1560/head
Markus Heiser 2 years ago committed by GitHub
commit 1fbb514a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,6 +75,13 @@ uninstalled.
have old filtron, morty or searx setup you should consider complete have old filtron, morty or searx setup you should consider complete
uninstall/reinstall. uninstall/reinstall.
Here you will find a list of changes that affect the infrastructure. Please
check to what extent it is necessary to update your installations:
:pull:`1595`: ``[fix] uWSGI: increase buffer-size``
Re-install uWSGI (:ref:`searxng.sh`) or fix your uWSGI ``searxng.ini``
file manually.
remove obsolete services remove obsolete services
------------------------ ------------------------

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

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

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

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

Loading…
Cancel
Save