Commit Graph

5 Commits (628e5823c328030ad4181fe2b07da4784f9bb11d)

Author SHA1 Message Date
Cecylia Bocovich 62b7b4b1d6 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.
2021-01-05 22:25:07 +01:00
Shlee 1b698f9760 Update nginx.conf () 2020-03-08 16:04:25 +01:00
ichi_i 613eb85dc7 Add TLS v1.3 support ()
Maintain TLS v1.2 compatibility (might want to drop this later) and add support for TLS v1.3
2019-08-30 07:42:50 +02:00
Eugen Rochko 403ba71317 Cache error 410 responses in recommended nginx configuration () 2019-03-30 03:14:31 +01:00
Eugen Rochko 497092aee0 Add nginx and systemd templates ()
So they can be copied during installation instead of looking
them up in the documentation

Make default sidekiq configuration use weighted queues

Remove deprecated docs directory
2018-09-24 16:46:05 +02:00