mention sandboxing

This commit is contained in:
Joris Vink 2019-09-27 23:53:15 +02:00
parent d0e46adfb1
commit 4cfff12b46
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Key Features
* Private keys isolated in separate process (RSA and ECDSA)
* Default sane TLS ciphersuites (PFS in all major browsers)
* Modules can be reloaded on-the-fly, even while serving content
* Worker processes sandboxed on OpenBSD (pledge) and Linux (seccomp)
* Event driven (epoll/kqueue) architecture with per CPU worker processes
* Build your web application as a precompiled dynamic library or single binary