File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change
1
+ # frozen_string_literal:true
1
2
#
3
+
2
4
directory '/data'
3
5
bind 'tcp://0.0.0.0:3000'
4
6
pidfile '/tmp/puma.pid'
7
9
preload_app!
8
10
environment 'production'
9
11
10
- daemonize false
11
- # Allow for `touch tmp/restart.txt` to force puma to restart the app
12
- #plugin :tmp_restart
13
-
14
12
# Activate the puma control application, mapping location in the nginx config
15
13
activate_control_app 'unix:///tmp/pumactl.sock'
Original file line number Diff line number Diff line change
1
+ # frozen_string_literal:true
1
2
#
3
+
2
4
directory '/data'
3
5
bind 'tcp://0.0.0.0:3000'
4
6
pidfile '/tmp/puma.pid'
7
9
preload_app!
8
10
environment 'staging'
9
11
10
- daemonize false
11
- # Allow for `touch tmp/restart.txt` to force puma to restart the app
12
- #plugin :tmp_restart
13
-
14
12
# Activate the puma control application, mapping location in the nginx config
15
13
activate_control_app 'unix:///tmp/pumactl.sock'
You can’t perform that action at this time.
0 commit comments