X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2Ffastcgi-approach%2FREADME.txt;fp=testing%2Ffastcgi-approach%2FREADME.txt;h=159bbc652980662315b6ffb20ffe4849f0790d73;hb=dee7f208f7db4f0cb2a738db51680a97a58c6ac5;hp=29cfd2c677a57920cb55d8145ce48969199c1711;hpb=4d9b62c2b9eeb1fdaec1d74f6eb3dd022c82e3ec;p=matches%2FMCTX3420.git diff --git a/testing/fastcgi-approach/README.txt b/testing/fastcgi-approach/README.txt index 29cfd2c..159bbc6 100644 --- a/testing/fastcgi-approach/README.txt +++ b/testing/fastcgi-approach/README.txt @@ -7,8 +7,8 @@ Setup: 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: -Edit /etc/nginx/sites-enabled/default by adding the contents of nginx_server_config.txt +Configure nginx: +Use the config files in -etc-nginx (representing files in /etc/nginx) Restart nginx: /etc/init.d/nginx restart