diff options
-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. |