diff options
author | gennyble <gen@nyble.dev> | 2025-03-11 18:15:09 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-11 18:15:09 -0500 |
commit | 0ced32908a74bc7a7f32ea248ca2914ab407e9ad (patch) | |
tree | b19f160b0bbfc391c9c1f03050977ec3c3077eee | |
parent | a654fd03ced40a55b20aa80aff5e76dae61b63db (diff) | |
download | corgi-0ced32908a74bc7a7f32ea248ca2914ab407e9ad.tar.gz corgi-0ced32908a74bc7a7f32ea248ca2914ab407e9ad.zip |
add default port to readme (also change port)
port was selected as it's corgi if you t9 dial
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 9b51bfa..8cfbe11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ corgi is a CGI server. -currently, it can handle one application. +currently, corgi can handle one application. + +corgi listens on port 26744 by default. `/etc/corgi.conf` ``` |