From d529ee2e2f3ed0e28b95c4b38458bb9828d56994 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 10 Aug 2018 13:49:54 -0700 Subject: Change _PHOSPHOR_WEBUI to _STATIC_HOSTING Changing this config option to better represent what it does, which is to host the static files from /usr/share/www/ Change-Id: Iaf785666f59f937567b6d0319c884c8ed29d2844 Signed-off-by: Andrew Geissler --- src/webserver_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/webserver_main.cpp b/src/webserver_main.cpp index e2a776a7e4..2f89ad4269 100644 --- a/src/webserver_main.cpp +++ b/src/webserver_main.cpp @@ -61,7 +61,7 @@ int main(int argc, char** argv) { // Static assets need to be initialized before Authorization, because auth // needs to build the whitelist from the static routes -#ifdef BMCWEB_ENABLE_PHOSPHOR_WEBUI +#ifdef BMCWEB_ENABLE_STATIC_HOSTING crow::webassets::requestRoutes(app); #endif -- cgit v1.2.3