diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2019-06-30 14:41:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2019-06-30 14:41:17 +0000 |
commit | b66098f32b1c8a6bf31deee56334a631a3048f5d (patch) | |
tree | 939c08fc1654f914ba377b34424b0ab388d96317 /www/h2o/files/h2o.conf.sample.in | |
parent | f0c25dfb4dbe53b696c6df082e0e9306887cdd06 (diff) |
Notes
Diffstat (limited to 'www/h2o/files/h2o.conf.sample.in')
-rw-r--r-- | www/h2o/files/h2o.conf.sample.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www/h2o/files/h2o.conf.sample.in b/www/h2o/files/h2o.conf.sample.in index c434dc498264..d8d61f6de9e4 100644 --- a/www/h2o/files/h2o.conf.sample.in +++ b/www/h2o/files/h2o.conf.sample.in @@ -39,20 +39,13 @@ header.add: "Content-Security-Policy: default-src https:" # 6 months HSTS pinning header.add: "Strict-Transport-Security: max-age=16000000" -# no patience for slow users -http1-request-timeout: 10 -http2-idle-timeout: 10 # limit POST bodies limit-request-body: 10485760 # 10MiB -max-connections: 1024 file.mime.addtypes: - image/svg+xml: .svg text/plain: .log text/css: .css application/atom+xml: .xml - application/zip: .zip - application/json: .json "text/html; charset=utf-8": .html # per-host configurations |