summaryrefslogtreecommitdiff
path: root/utils/templates/etc/apache2/sites-available/searx.conf:filtron
diff options
context:
space:
mode:
Diffstat (limited to 'utils/templates/etc/apache2/sites-available/searx.conf:filtron')
-rw-r--r--utils/templates/etc/apache2/sites-available/searx.conf:filtron4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/templates/etc/apache2/sites-available/searx.conf:filtron b/utils/templates/etc/apache2/sites-available/searx.conf:filtron
index e34049063..2d6af7889 100644
--- a/utils/templates/etc/apache2/sites-available/searx.conf:filtron
+++ b/utils/templates/etc/apache2/sites-available/searx.conf:filtron
@@ -23,8 +23,8 @@ ProxyPreserveHost On
ProxyPass http://${FILTRON_LISTEN}
RequestHeader set X-Script-Name ${FILTRON_URL_PATH}
- # In Apache it seems, that setting HTTP_HOST header direct here does have no
- # effect. I needed to set 'ProxyPreserveHost On' (see above). HTTP_HOST
+ # In Apache it seems, that setting HTTP_HOST header directive here does have
+ # no effect. I needed to set 'ProxyPreserveHost On' (see above). HTTP_HOST
# (ProxyPreserveHost On) is needed by searx to render correct *Search URL*
# in the *Link* box and *saved preference*.