X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4995783a3270e2f6d2d3b5226238fbbccf2864c1..b0cbc39917df391c0f0e7f31d9d46c5cc9070520:/services/api/script/rails diff --git a/services/api/script/rails b/services/api/script/rails index 2167b04318..901460c701 100755 --- a/services/api/script/rails +++ b/services/api/script/rails @@ -13,7 +13,7 @@ module Rails class Server < ::Rack::Server def default_options super.merge({ - :Port => 3001, + :Port => 3030, :environment => (ENV['RAILS_ENV'] || "development").dup, :daemonize => false, :debugger => false, @@ -21,11 +21,11 @@ module Rails :config => File.expand_path("config.ru"), :SSLEnable => true, :SSLVerifyClient => OpenSSL::SSL::VERIFY_NONE, - :SSLCertName => [["CN", WEBrick::Utils::getservername]] + :SSLCertName => [["CN", "#{WEBrick::Utils::getservername} #{Time.now().to_s}"]] }) end end -end +end ######### /SSL