mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
un.rb: more options for httpd
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9ba098f1da
commit
70751a240f
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ end
|
|||
def httpd
|
||||
setup("", "BindAddress=ADDR", "Port=PORT", "MaxClients=NUM", "TempDir=DIR",
|
||||
"DoNotReverseLookup", "RequestTimeout=SECOND", "HTTPVersion=VERSION",
|
||||
"ServerName=NAME", "ServerSoftware=NAME",
|
||||
"SSLCertificate=CERT", "SSLPrivateKey=KEY") do
|
||||
|argv, options|
|
||||
require 'webrick'
|
||||
|
|
Loading…
Reference in a new issue