summaryrefslogtreecommitdiff
path: root/utils/templates/etc/nginx/default.apps-available/searxng.conf:socket
diff options
context:
space:
mode:
Diffstat (limited to 'utils/templates/etc/nginx/default.apps-available/searxng.conf:socket')
-rw-r--r--utils/templates/etc/nginx/default.apps-available/searxng.conf:socket4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/templates/etc/nginx/default.apps-available/searxng.conf:socket b/utils/templates/etc/nginx/default.apps-available/searxng.conf:socket
index 9ff5658c4..0556bae66 100644
--- a/utils/templates/etc/nginx/default.apps-available/searxng.conf:socket
+++ b/utils/templates/etc/nginx/default.apps-available/searxng.conf:socket
@@ -8,10 +8,10 @@ location ${SEARXNG_URL_PATH} {
uwsgi_param HTTP_CONNECTION \$http_connection;
# see flaskfix.py
- uwsgi_param HTTP_X_SCHEME \$scheme;
+ uwsgi_param HTTP_X_FORWARDED_PROTO \$scheme;
uwsgi_param HTTP_X_SCRIPT_NAME ${SEARXNG_URL_PATH};
- # see limiter.py
+ # see botdetection/trusted_proxies.py
uwsgi_param HTTP_X_REAL_IP \$remote_addr;
uwsgi_param HTTP_X_FORWARDED_FOR \$proxy_add_x_forwarded_for;
}