Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Consider proxy_hide_header option for Safari browsers accessing Nextcloud #446

Closed
1 task done
jakev383 opened this issue Jan 8, 2024 · 3 comments
Closed
1 task done

Comments

@jakev383
Copy link

jakev383 commented Jan 8, 2024

Is this a new feature request?

  • I have searched the existing issues

Wanted change

Add the following option to the nextcloud sample configs:
proxy_hide_header Upgrade;

Reason for change

Safari browsers (both mobile and desktop) seem to encounter an issue accessing Nextcloud proxied instances. I have not seen this behavior exhibited for other proxied containers (mealie, emby, etc). The Nextcloud destination page/site fails to load and the client displays the following error:
network connection is lost
I have only seen this with Safari browsers so far - Chrome and Firefox do not seem to need this option to function as expected, nor does it seem to affect Chrome or Firefox after being implemented.
Adding the config change to the nextcloud.subdomain.config resolved the issue.

Proposed code change

Add the following to the nextcloud.sub*.config.sample files:
proxy_hide_header Upgrade;

@jakev383 jakev383 added the enhancement New feature or request label Jan 8, 2024
Copy link

github-actions bot commented Jan 8, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@LinuxServer-CI
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Apr 9, 2024
Copy link

github-actions bot commented May 9, 2024

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

2 participants