blob: 09b2e8c212a7360068c310a0361cf087493ccda6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
corgi is a CGI server.
currently, it can handle one application.
`/etc/corgi.conf`
```
Script <path-to-cgi-script>
Environment
HTTP_HOST <hostname>
ENV_KEY <some-env-value>
```
|