-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Nginx Documentation Re-work #1277
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Someone familiar with nginx should double check
If we really want to simplify this page I'd suggest some additional removals:
|
The goal isn't to simplify down to the absolute minimum for a working HTTPS proxy. I want this to be the minimum secure config that doesn't break 99.999% of user clients. The exception is super super old clients, which I mention for the Subpaths are pretty common for users that don't want wildcard certs or multiple subdomain certs. The image cache is useful for proxies not located on the same host as Jellyfin. A common use case to provide an example for, but clearly labeled as optional. Same with download limiting for users with limited upload speed. However, my download limit testing was flawed and it does not work as documented. Will remove that for now. |
Cloudflare Pages deployment
|
font-src
to CSP to resolve Cannot get fonts using nginx example #1275Fixes #1275