Skip to content

Commit fb7d68b

Browse files
committed
default to port 80
1 parent 013a832 commit fb7d68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/puma.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
1313
#
14-
port ENV.fetch("PORT") { 3000 }
14+
port ENV.fetch("PORT") { 80 }
1515

1616
# Specifies the `environment` that Puma will run in.
1717
#

0 commit comments

Comments
 (0)