forked from zaclys/searxng
misc: fix variuous marginals
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
3c19f2f1ce
commit
e530e20ae6
5 changed files with 13 additions and 12 deletions
|
|
@ -19,9 +19,7 @@ ProxyPreserveHost On
|
|||
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). HTTP_HOST is
|
||||
# needed by searx to render correct *Search URL* in the *Link* box and
|
||||
# *saved preference*.
|
||||
# effect. I needed to set 'ProxyPreserveHost On' (see above).
|
||||
|
||||
# RequestHeader set Host ${PUBLIC_HOST}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@ ProxyPreserveHost On
|
|||
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 is
|
||||
# needed by searx to render correct *Search URL* in the *Link* box and
|
||||
# *saved preference*.
|
||||
# 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*.
|
||||
|
||||
# RequestHeader set Host ${PUBLIC_HOST}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue