From d18feaa0a865ee273b0c337e3edf0563dad72621 Mon Sep 17 00:00:00 2001 From: TheNeedful-DO Date: Mon, 4 Dec 2023 16:59:45 +0000 Subject: [PATCH] Remove prodcution puma config to use default --- config/puma/production.rb | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 config/puma/production.rb diff --git a/config/puma/production.rb b/config/puma/production.rb deleted file mode 100644 index c6173bce..00000000 --- a/config/puma/production.rb +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/env puma - -environment 'production' -directory '/home/thirteen/srv/thirteen-tien-len_production/current' -rackup "/home/thirteen/srv/thirteen-tien-len_production/current/config.ru" - -tag '' - -pidfile "/home/thirteen/srv/thirteen-tien-len_production/shared/tmp/pids/puma.pid" -state_path "/home/thirteen/srv/thirteen-tien-len_production/shared/tmp/pids/puma.state" -stdout_redirect '/home/thirteen/srv/thirteen-tien-len_production/shared/log/puma_access.log', '/home/thirteen/srv/thirteen-tien-len_production/shared/log/puma_error.log', true - - -threads 0,5 - -bind 'unix:///home/thirteen/srv/thirteen-tien-len_production/shared/tmp/sockets/puma.sock' - -workers 1 - - - - - -prune_bundler - - -on_restart do - puts 'Refreshing Gemfile' - ENV["BUNDLE_GEMFILE"] = "" -end - -