|
From: | Matt Gushee |
Subject: | Re: [Chicken-users] headers with nginx + awful |
Date: | Tue, 24 Mar 2015 15:39:35 -0600 |
Everything works fine except when I use (send-static-file) as in:(define-page (regexp "/file/.+")
(lambda (url)
(parameterize ((root-path (data-dir)))
(send-static-file (string-drop url 6)))))
[Prev in Thread] | Current Thread | [Next in Thread] |