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 14dd103 commit 9f189f2Copy full SHA for 9f189f2
config/puma.rb
@@ -14,8 +14,8 @@
14
pidfile("#{app_path}/tmp/puma.pid")
15
bind("unix://#{app_path}/tmp/puma.sock")
16
17
-# ENV["HOST"] = "[::]" # Use this to bind to IPv6
18
-ENV["HOST"] ||= "0.0.0.0"
+ENV["HOST"] ||= "[::]"
+# ENV["HOST"] ||= "0.0.0.0" # Use this to only bind to IPv4
19
20
if ENV["PORT"]
21
port(ENV["PORT"], ENV["HOST"])
0 commit comments