1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2024-09-27 23:02:17 +02:00
This commit is contained in:
cn 2013-02-15 23:14:52 +01:00
parent b19220c2b4
commit decd730623

View File

@ -67,4 +67,4 @@ class OpenVPNStatusWeb
end
end
Rack::Handler::Mongrel.run OpenVPNStatusWeb.new('', ''), :Port => 9292
Rack::Handler::Mongrel.run OpenVPNStatusWeb.new(ARGV[0], ARGV[1]), :Host => ARGV[2], :Port => ARGV[3]