Add error directory and address

master
not manx 4 years ago
parent ac3d3cc35d
commit 0053b38eb3
Signed by: C-xC-c
GPG Key ID: F52ED472284EF2F4

@ -49,7 +49,9 @@ Use cl-rng to pick a random page from the lolibooru API"
(defun configure ()
(setf *serb* (make-instance 'hunchentoot:easy-acceptor
:port (config-item :port)
:address (config-item :host)
:document-root (config-item :document-root)
:error-template-directory (config-item :error-root)
;; We (eval) these because quoting streams is werid.
;; '*standard-ouput* is not of type stream why?
:access-log-destination (eval (config-item :access-log))

Loading…
Cancel
Save