Searx template - added variable set_real_ip when using additional reverse proxy #54

Merged
muppeth merged 1 commits from searx_proxy into main 2023-09-19 21:40:19 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit c29a9d7dbb - Show all commits

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 %}