Skip to content

Commit f2826cb

Browse files
committed
Also listen on sockets.
1 parent 03235dc commit f2826cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/puma.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
1717
#
1818
port ENV.fetch("PORT") { 3000 }
19+
bind "unix://tmp/sockets/puma.sock"
1920

2021
# Specifies the `environment` that Puma will run in.
2122
#

0 commit comments

Comments
 (0)