mirror of
https://github.com/searxng/searxng.git
synced 2024-11-09 22:50:10 +01:00
6274a54746
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
16 lines
333 B
ApacheConf
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>
|