mastodon/dist
Cecylia Bocovich 38bc4b9562
Set X-Forwarded-Proto to request scheme () ()
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.
..
mastodon-sidekiq.service Add nginx and systemd templates ()
mastodon-streaming.service perf: run node directly when streaming ()
mastodon-web.service Add nginx and systemd templates ()
nginx.conf Set X-Forwarded-Proto to request scheme () ()