Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set X-Forwarded-Proto to request scheme (mastodon#15310) (mastodon#15498
) This fixes a bug that prevents logins to mastodon onion services. The nginx directive assumed all requests were made over https, causing a domain mismatch for onion services that have https redirects disabled. The fix more correctly sets X-Forwarded-Proto to the actual scheme used in the request.
- Loading branch information