Skip to content

Commit

Permalink
Replace the TODO "Why you should use Sōzu?"
Browse files Browse the repository at this point in the history
  • Loading branch information
arnolem authored and Geal committed Nov 8, 2021
1 parent 9c551d6 commit 1c0f75a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/why_you_should_use.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Why you should use Sōzu

TODO
- **Hot configurable:** Sozu can receive configuration changes at runtime through secure unix sockets.
- **Upgrades without restarting:** Sozu is always-up, meaning it upgrades itself *while still processing requests*.
- **Handles SSL:** Sozu handles SSL, so your backend servers can focus on what they do best.
- **Protects your network:** Sozu protect backends by shielding them behind the reverse proxy, limiting direct network access. Sozu uses Rust, a language primed for memory safety. And even if a worker is exploited, sozu workers are sandboxed.

0 comments on commit 1c0f75a

Please sign in to comment.