The Hunchentoot documentation states:
"The method for ACCEPTOR tries to serve a static file relative to it's ACCEPTOR-DOCUMENT-ROOT."
acceptor-document-root acceptor => (or pathname null)
(setf (acceptor-document-root acceptor ) new-value)
I am having trouble in translating this documentation into actual Lisp code.
Can someone please give me an example of how to tell Hunchentoot where to look for static web pages to serve?