mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-03 03:05:07 -05:00
disable reverse lookup
This commit is contained in:
@@ -20,7 +20,8 @@ module Jekyll
|
||||
s = HTTPServer.new(
|
||||
:Port => options['port'],
|
||||
:BindAddress => options['host'],
|
||||
:MimeTypes => mime_types
|
||||
:MimeTypes => mime_types,
|
||||
:DoNotReverseLookup => true
|
||||
)
|
||||
|
||||
s.mount(options['baseurl'], HTTPServlet::FileHandler, destination, fh_option)
|
||||
|
||||
Reference in New Issue
Block a user