Alexandre Flament
|
4573417b6c
|
uwsgi.ini: remove unused cache2
cache2 was used before PR #1856
|
2023-08-13 07:55:05 +02:00 |
Markus Heiser
|
ba8959ad7c
|
[fix] typos / reported by @kianmeng in searx PR-3366
[PR-3366] https://github.com/searx/searx/pull/3366
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2022-09-27 18:32:14 +02:00 |
Léon Tiekötter
|
2b94fef7ec
|
[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
|
2022-07-31 12:40:06 +02:00 |
Markus Heiser
|
782f73540e
|
[utils/searxng.sh] implement new script to install SearXNG
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2022-07-30 13:39:35 +02:00 |
Markus Heiser
|
81bba44869
|
[install scripts] rename SEARX_<name> variables to SEARXNG_<name>
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2022-07-30 13:39:35 +02:00 |
Markus Heiser
|
8d69ee5e7f
|
[mod] Serving static files with uWSGI (searxng.ini)
1. Serving static files with uWSGI by using static file mount points [1].
2. Expires set to one year since there are hashes [2]
[1] https://uwsgi-docs.readthedocs.io/en/latest/StaticFiles.html#mode-3-using-static-file-mount-points
[2] https://github.com/searxng/searxng/pull/932
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2022-03-08 18:13:13 +01:00 |
Markus Heiser
|
5eedd5b72a
|
[fix] socket in SearXNG's uWSGI app (searxng.ini)
Use SEARX_UWSGI_SOCKET in uWSGI systemd service
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2022-03-08 17:44:27 +01:00 |
Markus Heiser
|
1dae0c0be0
|
[brand] SearXNG - docs rename links and fix documentation
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2021-11-18 18:27:26 +01:00 |
Markus Heiser
|
2b1252148d
|
[brand] SearXNG - nginx & apache searxng.conf, uwsgi searxng.conf
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2021-10-30 16:11:01 +02:00 |