File puma.rb of Package redmine
require 'concurrent' environment 'production' bind 'tcp://[::]:3001' workers Concurrent.physical_processor_count threads 5 pidfile '/run/redmine/puma.pid' preload_app!
require 'concurrent' environment 'production' bind 'tcp://[::]:3001' workers Concurrent.physical_processor_count threads 5 pidfile '/run/redmine/puma.pid' preload_app!