1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-20 04:00:25 +02:00
searxng/utils/templates/etc/apache2/sites-available/searx.conf:filtron
Markus Heiser 6274a54746 utils/searx.sh & filtron.sh: misc changes from first tests (WIP)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-01-30 19:55:51 +01:00

16 lines
333 B
ApacheConf

# -*- 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>