]> git.seodisparate.com - c_simple_http/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Thu, 26 Sep 2024 03:38:51 +0000 (12:38 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 26 Sep 2024 03:38:51 +0000 (12:38 +0900)
README.md

index 1e218c114b59d58275f7d2aa03e9d3933d9c4dc8..862c2f60595b4c80433aad6ace95edc1cb7ac288 100644 (file)
--- 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=<DIR>
+      --cache-entry-lifetime-seconds=<SECONDS>
 
 ## Before Compiling