1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-02 15:30:42 +02:00

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

[fix] uWSGI: increase buffer-size
This commit is contained in:
Markus Heiser 2022-07-31 13:13:54 +02:00 committed by GitHub
commit 1fbb514a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 0 deletions

View File

@ -75,6 +75,13 @@ uninstalled.
have old filtron, morty or searx setup you should consider complete
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
------------------------

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::
#