]> Sergey Matveev's repositories - godlighty.git/blobdiff - doc/index.texi
Move domain-specific things to separate directory
[godlighty.git] / doc / index.texi
index abf9c20d949bdd5ceff087df0fd1271758fe6696..3923ab9c8b6edd53c0d7031aa7d8238bcdb03c16 100644 (file)
@@ -27,7 +27,8 @@ ChaCha20-Poly1305, session resumption and GOST cryptography (if built
 with @url{http://www.gostls13.cypherpunks.ru/, gostls13}). SNI supported.
 
 @item HTTP/1.1, @url{https://en.wikipedia.org/wiki/HTTP%2F2, HTTP/2}
-(only when negotiated during ALPN) and keepalives support.
+(only when negotiated during ALPN) and keepalives support. Graceful
+shutdowns.
 
 @item @code{gzip} and @url{https://facebook.github.io/zstd/, Zstandard}
 compression on-the-fly.
@@ -63,7 +64,7 @@ Hosts["example.com"] = &godlighty.HostCfg{
     },
     DirList: true,
     WebDAV: true,
-    MIMEOverride: map[string]string{
+    MIMEs: map[string]string{
         ".special": "text/x-special-type",
     },
 }