From 7f9d586b0bd98a5968980e84fdff822b36158e06 Mon Sep 17 00:00:00 2001 From: Nivesh Krishna Date: Fri, 8 Apr 2022 02:31:17 +0530 Subject: [PATCH 1/3] use okay query for restoring preferences --- searx/templates/etheme/preferences.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/templates/etheme/preferences.html b/searx/templates/etheme/preferences.html index adbe997ca..febdd3850 100644 --- a/searx/templates/etheme/preferences.html +++ b/searx/templates/etheme/preferences.html @@ -212,7 +212,7 @@

{{ _('Search URL of the currently saved preferences') }} ({{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }}):

- +
-- GitLab From ca96dbcee276ef90a1b0b46da3e7a8bc987e9ec0 Mon Sep 17 00:00:00 2001 From: Nivesh Krishna Date: Fri, 8 Apr 2022 11:59:53 +0530 Subject: [PATCH 2/3] update proxy buffers --- etc/nginx/proxy_spot_params | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/nginx/proxy_spot_params b/etc/nginx/proxy_spot_params index 893323963..d8916bafd 100644 --- a/etc/nginx/proxy_spot_params +++ b/etc/nginx/proxy_spot_params @@ -2,4 +2,7 @@ proxy_pass http://spot:80; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; -proxy_buffering off; +proxy_buffering on; +proxy_buffer_size 128k; +proxy_buffers 4 256k; +proxy_busy_buffers_size 256k; \ No newline at end of file -- GitLab From 47d9e8416979b33c272af4616c08ae8bcd8e42ba Mon Sep 17 00:00:00 2001 From: Nivesh Krishna Date: Fri, 8 Apr 2022 13:06:02 +0000 Subject: [PATCH 3/3] Revert "use okay query for restoring preferences" This reverts commit 7f9d586b0bd98a5968980e84fdff822b36158e06 --- searx/templates/etheme/preferences.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/templates/etheme/preferences.html b/searx/templates/etheme/preferences.html index febdd3850..adbe997ca 100644 --- a/searx/templates/etheme/preferences.html +++ b/searx/templates/etheme/preferences.html @@ -212,7 +212,7 @@

{{ _('Search URL of the currently saved preferences') }} ({{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }}):

- +
-- GitLab