From aef990f3414f42a27b125001a1d034b7a7be3f9d Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 26 Sep 2024 12:38:51 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e218c1..862c2f6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ A simple HTTP/1.1 server written in C. For example: --req-header-to-print=User-Agent Note that this option is case-insensitive --enable-reload-config-on-change + --enable-cache-dir= + --cache-entry-lifetime-seconds= ## Before Compiling