From 608e28a69d1423cd3c36c7db75186788c5ba5756 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 15 Mar 2013 08:22:03 +0100 Subject: Updated CherryPy configuration. --- source/cfg/cherrypy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/cfg/cherrypy.cfg') diff --git a/source/cfg/cherrypy.cfg b/source/cfg/cherrypy.cfg index 8e721e7b..ac05d330 100644 --- a/source/cfg/cherrypy.cfg +++ b/source/cfg/cherrypy.cfg @@ -17,10 +17,10 @@ tools.encode.encoding = "utf8" [/css] tools.staticdir.on = True -tools.staticdir.dir = "css" +tools.staticdir.dir = "static/css" tools.staticdir.match = "(?i)^.+\.css$" [/images] tools.staticdir.on = True -tools.staticdir.dir = "img" +tools.staticdir.dir = "static/img" tools.staticdir.match = "(?i)^.+\.png$" \ No newline at end of file -- cgit