summaryrefslogtreecommitdiff
path: root/utils/templates/etc/apache2/sites-available/searx.conf:filtron
blob: f0914e9f9434c1df7a360e96b13d6d563a277e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- coding: utf-8; mode: apache -*-

<Location ${FILTRON_URL_PATH} >

    Require all granted
    Allow from all

    Order deny,allow
    Deny from all
    #Allow from fd00::/8 192.168.0.0/16 fe80::/10 127.0.0.0/8 ::1

    ProxyPass "http://127.0.0.1:4004"
    RequestHeader set "X-Script-Name" "${FILTRON_URL_PATH}"

</Location>