mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #173] [QUESTION] Getting autocomplete from search bar (firefox) working with nginx reverse proxy #125
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @somebody-somewhere-over-the-rainbow on GitHub (Jan 19, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/173
Hi all,
i am trying to get whoogle to provide autocomplete suggestions via the search bar in firefox using nginx as a reverse proxy. It works directly (via port 5000) but the proxy seems to not pass everything needed for the autocomplete function to work.
I kept my server block for whoogle as simple as possible to eliminate any potential configuration issues:
any suggestions on how to fix this?
@somebody-somewhere-over-the-rainbow commented on GitHub (Jan 23, 2021):
I realized that this is not an issue with the proxy but with Firefox on iOS. Autocomplete works on the desktop browser but not on iOS. I will close this one an open an issue