about summary refs log tree commit diff
path: root/dist
AgeCommit message (Collapse)Author
2021-04-27templates/systemd/mastodon: optimize SystemCallFilters (#16127)Yurii Izorkin
2021-04-24templates/systemd/mastodon: update sandbox mode (#16103)Yurii Izorkin
2021-03-24templates/systemd/mastodon: enable sandbox mode (#15937)Yurii Izorkin
2021-01-05Set X-Forwarded-Proto to request scheme (#15310) (#15498)Cecylia Bocovich
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.
2020-03-08Update nginx.conf (#13066)Shlee
2019-08-30Add TLS v1.3 support (#11603)ichi_i
Maintain TLS v1.2 compatibility (might want to drop this later) and add support for TLS v1.3
2019-03-30Cache error 410 responses in recommended nginx configuration (#10425)Eugen Rochko
2019-02-13perf: run node directly when streaming (#10032)Nolan Lawson
2018-09-24Add nginx and systemd templates (#8770)Eugen Rochko
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