commit b7a9906151ef2c0cba6f87707a6f011d8688fe15 from: Omar Polo date: Thu Apr 15 20:14:18 2021 UTC typo commit - dafaf46734fc3b455ba90d83b234df10d55626ea commit + b7a9906151ef2c0cba6f87707a6f011d8688fe15 blob - c2c7f1a4d44487c8625184032f7097cabe24f29a blob + d14dee120f55d5e65bf264d1ecbb55c83615a74d --- gmid.1 +++ gmid.1 @@ -424,7 +424,7 @@ and enable CGI scripts inside you can .Bd -literal -offset indent $ mkdir docs/cgi -$ cat < cgi/hello +$ cat < docs/cgi/hello #!/bin/sh printf "20 text/plain\\r\\n" echo "hello world"