Update dashboard path.

This commit is contained in:
jbnadal
2017-06-08 13:55:48 +02:00
parent 443f1d0269
commit 5bd648f4fa

View File

@@ -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};