about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-03-16 05:52:34 -0500
committergennyble <gen@nyble.dev>2025-03-16 05:52:34 -0500
commit17ca7fb2fbb9b6202dcdb99ed296dfb97822cc19 (patch)
tree027efb3b891d5018124fea03afb1d6d19f7d12a3
parent3a80b5ec7ac28b48a0e9e9ec3c7a89e8979d51a7 (diff)
downloadcorgi-17ca7fb2fbb9b6202dcdb99ed296dfb97822cc19.tar.gz
corgi-17ca7fb2fbb9b6202dcdb99ed296dfb97822cc19.zip
mention cgit conf in readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 47b3449..d9d7661 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@ corgi is a CGI server.
 
 [![free of syn](https://img.shields.io/badge/free%20of-syn-hotpink)](https://github.com/fasterthanlime/free-of-syn)
 
-currently, corgi can handle one application.
-
 corgi listens on port 26744 by default.
 
 `/etc/corgi.conf`
@@ -21,6 +19,8 @@ Script <path-to-cgi-script>
 		ENV_KEY <some-env-value>
 ```
 
+See [corgi.conf](corgi.conf) for the configuration I use with my cgit instance.
+
 Scripts are tried in order, looking for one that matches. If none match,
 the first script is ran.