diff options
author | Steve Losh <steve@stevelosh.com> | 2009-01-29 21:41:39 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-01-29 21:41:39 -0500 |
commit | ee7c28659703f2f832eeadfbc1d13607e845e39a (patch) | |
tree | 7191c5612d5a79bbfaaf69b6f0c195f4b282ca2a /cfbe.config | |
parent | 17bd39c87dc4133d4e31ec0fd11e155f3fe209a9 (diff) | |
download | bugseverywhere-ee7c28659703f2f832eeadfbc1d13607e845e39a.tar.gz |
Got the static serving working.
Diffstat (limited to 'cfbe.config')
-rw-r--r-- | cfbe.config | 8 |
1 files changed, 8 insertions, 0 deletions
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 |