changeset 1035:795556be4cba

samples: add scgi-host to the example config file This should have been part of the previous commit. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Wed, 05 Aug 2020 19:56:56 -0400
parents 0000cfa65cbb
children 916b8829e921
files samples/full.lisp
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)