summaryrefslogtreecommitdiff
path: root/utils/templates/etc/apache2
diff options
context:
space:
mode:
Diffstat (limited to 'utils/templates/etc/apache2')
-rw-r--r--utils/templates/etc/apache2/sites-available/morty.conf4
-rw-r--r--utils/templates/etc/apache2/sites-available/searx.conf:filtron4
2 files changed, 4 insertions, 4 deletions
diff --git a/utils/templates/etc/apache2/sites-available/morty.conf b/utils/templates/etc/apache2/sites-available/morty.conf
index 48b4dd766..4421cdd51 100644
--- a/utils/templates/etc/apache2/sites-available/morty.conf
+++ b/utils/templates/etc/apache2/sites-available/morty.conf
@@ -18,8 +18,8 @@ ProxyPreserveHost On
ProxyPass http://${MORTY_LISTEN}
RequestHeader set X-Script-Name ${PUBLIC_URL_PATH_MORTY}
- # In Apache it seems, that setting HTTP_HOST header direct here does have no
- # effect. I needed to set 'ProxyPreserveHost On' (see above).
+ # In Apache it seems, that setting HTTP_HOST header directive here does have
+ # no effect. I needed to set 'ProxyPreserveHost On' (see above).
# RequestHeader set Host ${PUBLIC_HOST}
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*.