added fix for 645 when using additional reverse proxy

This commit is contained in:
muppeth 2023-09-18 21:10:39 +02:00
parent a2ef7572cd
commit c29a9d7dbb
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
{%block root %}
root {{ searx_app_dir }}/searx;
{% if item.real_ip_from is defined %}
set_real_ip_from {{ item.real_ip_from }};
{% endif %}
{% endblock %}
{% block location %}