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