searx.conf:filtron 333 B

123456789101112131415
  1. # -*- coding: utf-8; mode: apache -*-
  2. <Location ${FILTRON_URL_PATH} >
  3. Require all granted
  4. Allow from all
  5. Order deny,allow
  6. Deny from all
  7. #Allow from fd00::/8 192.168.0.0/16 fe80::/10 127.0.0.0/8 ::1
  8. ProxyPass "http://127.0.0.1:4004"
  9. RequestHeader set "X-Script-Name" "${FILTRON_URL_PATH}"
  10. </Location>