From 8e4fa487684516611ce27ca8ccbd5e4f19f45d9f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 3 Jun 2014 00:42:35 +0200 Subject: [PATCH] http: Fix reference to old config name --- mopidy/http/data/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/http/data/index.html b/mopidy/http/data/index.html index 85d3d331..d85251c8 100644 --- a/mopidy/http/data/index.html +++ b/mopidy/http/data/index.html @@ -18,7 +18,7 @@

Static content serving

To see your own content instead of this placeholder page, change the - setting HTTP_SERVER_STATIC_DIR to point to the directory + config value http/static_dir to point to the directory containing your static files. This can be used to host e.g. a pure HTML/CSS/JavaScript Mopidy client.