upgrade to latest puma

This commit is contained in:
Kyle Drake 2023-08-19 15:41:32 -05:00
parent c217d31dee
commit 0c8696009f
3 changed files with 5 additions and 5 deletions

View file

@ -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