summaryrefslogtreecommitdiff
path: root/utils/templates/etc/nginx/default.apps-available/searxng.conf
diff options
context:
space:
mode:
Diffstat (limited to 'utils/templates/etc/nginx/default.apps-available/searxng.conf')
-rw-r--r--utils/templates/etc/nginx/default.apps-available/searxng.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/templates/etc/nginx/default.apps-available/searxng.conf b/utils/templates/etc/nginx/default.apps-available/searxng.conf
index 27a8c9bcc..4484d03e3 100644
--- a/utils/templates/etc/nginx/default.apps-available/searxng.conf
+++ b/utils/templates/etc/nginx/default.apps-available/searxng.conf
@@ -6,10 +6,10 @@ location ${SEARXNG_URL_PATH} {
proxy_set_header Connection \$http_connection;
# see flaskfix.py
- proxy_set_header X-Scheme \$scheme;
+ proxy_set_header X-Forwarded-Proto \$scheme;
proxy_set_header X-Script-Name ${SEARXNG_URL_PATH};
- # see limiter.py
+ # see botdetection/trusted_proxies.py
proxy_set_header X-Real-IP \$remote_addr;
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;