summaryrefslogtreecommitdiff
path: root/net-im/mastodon/files/patch-config_puma.rb
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/mastodon/files/patch-config_puma.rb')
-rw-r--r--net-im/mastodon/files/patch-config_puma.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/mastodon/files/patch-config_puma.rb b/net-im/mastodon/files/patch-config_puma.rb
deleted file mode 100644
index 3527d6f19623..000000000000
--- a/net-im/mastodon/files/patch-config_puma.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/puma.rb.orig 2017-05-22 21:15:56 UTC
-+++ config/puma.rb
-@@ -1,6 +1,8 @@
- threads_count = ENV.fetch('MAX_THREADS') { 5 }.to_i
- threads threads_count, threads_count
-
-+pidfile '/var/run/mastodon/mastodon_web.pid'
-+
- if ENV['SOCKET'] then
- bind 'unix://' + ENV['SOCKET']
- else