]> cat aescling's git repositories - mastodon.git/commit
Add nginx and systemd templates (#8770)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 24 Sep 2018 14:46:05 +0000 (16:46 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Sep 2018 14:46:05 +0000 (16:46 +0200)
commit6465972caf77cb7008e1d751778f53ed2e6f698e
treed31a29f5910fae69e8ecf09959bfbc59cdc71007
parent9f6662fcc979d497b09fbd9b3ab06dd7538b92c9
Add nginx and systemd templates (#8770)

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
28 files changed:
config/sidekiq.yml
dist/mastodon-sidekiq.service [new file with mode: 0644]
dist/mastodon-streaming.service [new file with mode: 0644]
dist/mastodon-web.service [new file with mode: 0644]
dist/nginx.conf [new file with mode: 0644]
docs/Contributing-to-Mastodon/Sponsors.md [deleted file]
docs/Contributing-to-Mastodon/Translating.md [deleted file]
docs/Extensions.md [deleted file]
docs/README.md [deleted file]
docs/Running-Mastodon/Administration-guide.md [deleted file]
docs/Running-Mastodon/Development-guide.md [deleted file]
docs/Running-Mastodon/Heroku-guide.md [deleted file]
docs/Running-Mastodon/Production-guide.md [deleted file]
docs/Running-Mastodon/Scalingo-guide.md [deleted file]
docs/Running-Mastodon/Tuning.md [deleted file]
docs/Running-Mastodon/Vagrant-guide.md [deleted file]
docs/Specs-and-RFCs-used.md [deleted file]
docs/Using-Mastodon/2FA.md [deleted file]
docs/Using-Mastodon/Apps.md [deleted file]
docs/Using-Mastodon/FAQ.md [deleted file]
docs/Using-Mastodon/List-of-Mastodon-instances.md [deleted file]
docs/Using-Mastodon/User-guide.md [deleted file]
docs/Using-the-API/API.md [deleted file]
docs/Using-the-API/OAuth-details.md [deleted file]
docs/Using-the-API/Push-notifications.md [deleted file]
docs/Using-the-API/Streaming-API.md [deleted file]
docs/Using-the-API/Testing-with-cURL.md [deleted file]
docs/Using-the-API/Tips-for-app-developers.md [deleted file]