We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72518e commit cfc0b39Copy full SHA for cfc0b39
config/deploy/production.rb
@@ -3,11 +3,6 @@
3
set :ssh_options, port: 987
4
server DOCS_SERVER_IP, user: 'rails', roles: %w(web app db)
5
6
-set :puma_bind, 'unix:/tmp/rails-contributors.sock'
7
-set :puma_preload_app, false
8
-set :puma_workers, 1
9
-set :puma_phased_restart, true
10
-
11
set :rvm_ruby_version, '3.4.5'
12
set :rvm_custom_path, '/home/rails/.rvm'
13
config/nginx.conf
@@ -1,5 +1,5 @@
1
upstream rails-contributors {
2
- server unix:/tmp/rails-contributors.sock fail_timeout=0;
+ server unix:///home/rails/rails-contributors/shared/tmp/sockets/puma.sock fail_timeout=0;
}
server {
0 commit comments