mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[PR #1169] [MERGED] Update README.md #1105
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#1105
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?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/1169
Author: @aminsaedi
Created: 7/16/2024
Status: ✅ Merged
Merged: 9/30/2024
Merged by: @benbusby
Base:
main← Head:aminsaedi-patch-1📝 Commits (1)
bb21526Update README.md📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Added X-Forwarded-Host to the nginx reverse proxy options as it's used in the code (app/utils/misc.py - line 84)
If X-Forwarded-Host is not set and the app is running behind nginx on any ports other than 80/433, then the port number in the URL returned by
get_proxy_host_urlfunction will be ignoredI'm running the Whoogle behind nginx reverse proxy on port 2053, The images were not displayed for me because url of images was
https://mydomain.com/element?...instead ofhttps://mydomain.com:2053/element?.... After checking the code I was able to resolve it by addingproxy_set_header X-Forwarded-Host $http_host;to my nginx config file🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.