lib/falcon/command/virtual.rb in falcon-0.35.0 vs lib/falcon/command/virtual.rb in falcon-0.35.1
- old
+ new
@@ -27,11 +27,11 @@
module Command
class Virtual < Samovar::Command
self.description = "Run one or more virtual hosts with a front-end proxy."
options do
- option '--bind-insecure <address>', "Bind redirection to the given hostname/address", default: "http://[::]:8080"
- option '--bind-secure <address>', "Bind proxy to the given hostname/address", default: "https://[::]:8443"
+ option '--bind-insecure <address>', "Bind redirection to the given hostname/address", default: "http://[::]:80"
+ option '--bind-secure <address>', "Bind proxy to the given hostname/address", default: "https://[::]:443"
end
many :paths
include Paths