diff options
author | pks <pks@pks.rocks> | 2022-11-22 22:10:01 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2022-11-22 22:10:01 +0100 |
commit | fc9e9c328f535579bfa014109f4919fd1804e6fa (patch) | |
tree | b04884f29672de0ba807f5f3e737332f2f676200 | |
parent | 034f8d82c700f37247a395da534e33b21d372c1d (diff) |
port
-rwxr-xr-x | up-www.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ $:.unshift File.dirname(__FILE__) require "up" if ENV['APP_ENV'] == "production" - set :port, 80 + set :port, 8080 set :bind, "0.0.0.0" else set :port, 8080 |