From f2d32db1a2b56a8bed2956fd2c549c467db489dc Mon Sep 17 00:00:00 2001 From: Jeremy Tan Date: Wed, 14 Aug 2013 09:02:07 +0800 Subject: [PATCH] Update fastcgi readme --- testing/fastcgi-approach/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/fastcgi-approach/README.txt b/testing/fastcgi-approach/README.txt index 6d42c25..29cfd2c 100644 --- a/testing/fastcgi-approach/README.txt +++ b/testing/fastcgi-approach/README.txt @@ -4,7 +4,7 @@ process will receive responses from the browser in the response loop. Hence, sensor data can be read in another thread while the response loop runs. Setup: -Compile fastcgi_test.c with: +Compile fastcgi_test.c with: (the libfcgi-dev package must be installed) gcc fastcgi_test.c -lfcgi -o fastcgi_test Configure nginx to pass all requests to the address /cgi/ to the application: -- 2.20.1