default to port 80

This commit is contained in:
Andrew Brown 2023-05-03 10:51:43 -07:00
parent 013a83208c
commit fb7d68b307

View File

@ -11,7 +11,7 @@ threads threads_count, threads_count
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
#
port ENV.fetch("PORT") { 3000 }
port ENV.fetch("PORT") { 80 }
# Specifies the `environment` that Puma will run in.
#