There was an error while loading. Please reload this page.
1 parent 03235dc commit f2826cbCopy full SHA for f2826cb
1 file changed
config/puma.rb
@@ -16,6 +16,7 @@
16
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
17
#
18
port ENV.fetch("PORT") { 3000 }
19
+bind "unix://tmp/sockets/puma.sock"
20
21
# Specifies the `environment` that Puma will run in.
22
0 commit comments