summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/un.rb1
1 files changed, 1 insertions, 0 deletions
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'