correctly adhere to spec in most request cases

This commit is contained in:
Jan Wolff 2020-05-26 06:49:20 +02:00
parent aa041cc4a6
commit 2ffc8ff0cc
5 changed files with 47 additions and 11 deletions

View file

@ -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