mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 16:21:52 +02:00
upgrade to latest puma
This commit is contained in:
parent
c217d31dee
commit
0c8696009f
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
require 'facter'
|
||||
|
||||
threads 1, 1
|
||||
#threads 5, 5
|
||||
#threads 1, 1
|
||||
environment 'production'
|
||||
#daemonize
|
||||
pidfile '/var/run/neocities/neocities.pid'
|
||||
|
@ -11,3 +10,4 @@ workers Facter.value('processors')['count']
|
|||
preload_app!
|
||||
on_worker_boot { DB.disconnect }
|
||||
bind 'unix:/var/run/neocities/neocities.sock?backlog=2048'
|
||||
supported_http_methods Puma::Const::IANA_HTTP_METHODS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue