Update dashboard path.
This commit is contained in:
@@ -41,7 +41,7 @@ bool gExitNow = false;
|
||||
|
||||
pthread_rwlock_t gRwlock = PTHREAD_RWLOCK_INITIALIZER;
|
||||
|
||||
#define kDocument_root "html"
|
||||
//#define kDocument_root "html"
|
||||
#define PORT "8081"
|
||||
#define EXAMPLE_URI "/example"
|
||||
#define EXIT_URI "/exit"
|
||||
@@ -54,7 +54,7 @@ pthread_rwlock_t gRwlock = PTHREAD_RWLOCK_INITIALIZER;
|
||||
int main (void)
|
||||
{
|
||||
const char *theOptions[] = {
|
||||
"document_root", "/opt/Domo/html",
|
||||
"document_root", "/usr/local/share/dashboard/",
|
||||
"listening_ports", "8081",
|
||||
0};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user