NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Images is not shown on iphones/macs using "Icloud Private Relay" when caching is enabled
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Hi,
Scenario:
- Do a clean NPM setup SSL, Caching enabled etc. - pretty standard stuff
- Setup an apache server in the backend
- Setup a standard wordpress
- Use a Iphone or Mac with "Icloud Private Relay" enabled.
Result:
- The site does not load at all, this can be fixed with by adding this in advanced configuration on the site in NPM:
proxy_hide_header Upgrade;
Now the site will load - but wont show any images - however turning of the cache will fix that issue - which is not really optimal since i want to use NPM to lower the load on the backend server.
My question is:
-
Why does this happen ?
-
How can it be resolved ?
Notes:
- Using another browser without "Icloud private relay" works fine or even just turning it off - but this is not a optimal solution either since you never know what the scenario of the visitor will be.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported Nginx Proxy Manager setup with caching enabled, an Apache backend, WordPress, and iCloud Private Relay. Compare behavior with proxy caching disabled and with the proxy_hide_header Upgrade; advanced configuration. Done means the site and its images load while caching remains enabled, without requiring that workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- apache, nginx, wordpress
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100