# HG changeset patch # User Josef 'Jeff' Sipek # Date 1596671816 14400 # Node ID 795556be4cbadec0bc6d6bdfc298e851c57fa0fe # Parent 0000cfa65cbbce3a87b2ce38ed7dccac72bab69a samples: add scgi-host to the example config file This should have been part of the previous commit. Signed-off-by: Josef 'Jeff' Sipek diff -r 0000cfa65cbb -r 795556be4cba samples/full.lisp --- a/samples/full.lisp Wed Aug 05 19:43:16 2020 -0400 +++ b/samples/full.lisp Wed Aug 05 19:56:56 2020 -0400 @@ -7,6 +7,10 @@ ;;;;;; ; SCGI + ; The host or IP address to listen on for SCGI requests. Defaults to + ; "localhost". + (scgi-host . "example.com") + ; The port to listen on for SCGI requests. Defaults to port 2014. (scgi-port . 4321)