diff options
author | gennyble <gen@nyble.dev> | 2025-03-16 05:52:34 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-16 05:52:34 -0500 |
commit | 17ca7fb2fbb9b6202dcdb99ed296dfb97822cc19 (patch) | |
tree | 027efb3b891d5018124fea03afb1d6d19f7d12a3 | |
parent | 3a80b5ec7ac28b48a0e9e9ec3c7a89e8979d51a7 (diff) | |
download | corgi-17ca7fb2fbb9b6202dcdb99ed296dfb97822cc19.tar.gz corgi-17ca7fb2fbb9b6202dcdb99ed296dfb97822cc19.zip |
mention cgit conf in readme
-rw-r--r-- | README.md | 4 |
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. [](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. |