Functional sprinkler screen.

This commit is contained in:
2016-05-16 23:29:04 +02:00
parent 08e7f73f44
commit 0a12c35f70
15 changed files with 219 additions and 22 deletions

View File

@@ -54,7 +54,7 @@ pthread_rwlock_t gRwlock = PTHREAD_RWLOCK_INITIALIZER;
int main (void)
{
const char *theOptions[] = {
"document_root", "html",
"document_root", "/opt/Domo/html",
"listening_ports", "8081",
0};