diff --git a/lib/un.rb b/lib/un.rb index c445dba4ec..3ef7375dd8 100644 --- a/lib/un.rb +++ b/lib/un.rb @@ -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'