From: Matthijs Kooijman Date: Mon, 4 Jan 2010 21:31:03 +0000 (+0100) Subject: lighttpd: Move blog static files to /static. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=f7620d09a8553fc1e802d6c244458d5c1f0b8a45;hp=a1806fc9b734eb12cb8b772467244939cdcbd8f0;p=matthijs%2Fservers%2Fdrsnuggles.git lighttpd: Move blog static files to /static. --- diff --git a/etc/lighttpd/vhosts/stderr-nl b/etc/lighttpd/vhosts/stderr-nl index 6bb2f25..b65c8e3 100644 --- a/etc/lighttpd/vhosts/stderr-nl +++ b/etc/lighttpd/vhosts/stderr-nl @@ -54,7 +54,7 @@ $HTTP["host"] =~ ".stderr.nl$" { "BLOSXOM_CONFIG_FILE" => var.site-dir + "/conf/blosxom.conf", "BLOSXOM_DATA_BASE" => var.site-dir + "/data/blosxom", "BLOSXOM_CODE_BASE" => var.site-dir + "/applications/blosxom", - "BLOSXOM_HTDOCS_URL" => "/blog/", + "BLOSXOM_HTDOCS_URL" => "/static/", ) } # Disabled for now, since the only working trac is the pandora trac