Commit Diff
- Commit:
0825911ffb6acf5d97f012898d66799cb2f2dcad
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
- Message:
- adjust the first gotwebd.8 httpd.conf example to work out of the box gotwebd defaults to listening on a unix socket, and this man page aims to provide an appropriate configuration snippet in EXAMPLES. suggested by Paul Wrankin via gameoftrees IRC
- Actions:
- Patch | Tree
--- gotwebd/gotwebd.8 +++ gotwebd/gotwebd.8 @@ -145,7 +145,7 @@ Example configuration for listen on * port 80 root "/htdocs/gotwebd" location "/" { - fastcgi socket tcp localhost 9000 + fastcgi socket "/run/gotweb.sock" } }