[bknr-cvs] hans changed trunk/projects/bos/web/webserver.lisp

BKNR Commits bknr at bknr.net
Wed Sep 3 15:14:41 UTC 2008


Revision: 3782
Author: hans
URL: http://bknr.net/trac/changeset/3782

Publish ge resources directory.

U   trunk/projects/bos/web/webserver.lisp

Modified: trunk/projects/bos/web/webserver.lisp
===================================================================
--- trunk/projects/bos/web/webserver.lisp	2008-09-03 15:12:47 UTC (rev 3781)
+++ trunk/projects/bos/web/webserver.lisp	2008-09-03 15:14:41 UTC (rev 3782)
@@ -226,6 +226,8 @@
 
   (publish-directory :prefix "/static/"
                      :destination (merge-pathnames "static/" website-directory))
+  (publish-directory :prefix "/ge/"
+                     :destination (merge-pathnames "ge/" website-directory))
   (publish-directory :prefix "/images/"
                      :destination (merge-pathnames "images/" website-directory))
   (publish-directory :prefix "/infosystem/"




More information about the Bknr-cvs mailing list