utils/searx.sh & filtron.sh: misc changes from first tests (WIP)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-01-30 19:55:51 +01:00
parent 924bf65517
commit 6274a54746
4 changed files with 30 additions and 3 deletions

View file

@ -1,3 +1,15 @@
# -*- coding: utf-8; mode: apache -*-
ProxyPass "/searx" "http://127.0.0.1:4004/"
<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>