spiffy-performance added by francisl on Sat Apr 21 19:27:12 2012

(use spiffy)

(server-port 7000)
(tcp-buffer-size 16384)
(root-path "/var/www/medias")

(handle-directory (lambda (hu) 
                    (send-status 'ok "message not available")))
 
(start-server)