From ee7c28659703f2f832eeadfbc1d13607e845e39a Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Thu, 29 Jan 2009 21:41:39 -0500 Subject: Got the static serving working. --- cfbe.config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cfbe.config (limited to 'cfbe.config') diff --git a/cfbe.config b/cfbe.config new file mode 100644 index 0000000..608850b --- /dev/null +++ b/cfbe.config @@ -0,0 +1,8 @@ +[global] +server.thread_pool = 10 +tools.sessions.on = True +tools.staticdir.root = "/Users/sjl/Documents/cherryflavoredbugseverywhere/static" + +[/static] +tools.staticdir.on = True +tools.staticdir.dir = "" \ No newline at end of file -- cgit