correctly adhere to spec in most request cases
This commit is contained in:
parent
aa041cc4a6
commit
2ffc8ff0cc
5 changed files with 47 additions and 11 deletions
|
@ -5,8 +5,8 @@ default_host = localhost
|
|||
gem_root = ./doc
|
||||
|
||||
# you can define as many of these as you like
|
||||
listen = [::1]:1965
|
||||
listen = 127.0.0.1:1965
|
||||
listen = 0.0.0.0:1965
|
||||
listen = [::]:1965
|
||||
|
||||
# privilege level for the server to drop to after initializing
|
||||
user = nobody
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue