Update the fastcgi test code
[matches/MCTX3420.git] / testing / fastcgi-approach / nginx_server_config.txt
index c76a4e5..76be0f0 100644 (file)
@@ -1,5 +1,5 @@
         #Custom cgi
-        location ~ ^/cgi/([^?]*) {
+        location ~ ^/api/?([^?]*) {
                 fastcgi_pass 127.0.0.1:9005;
                 fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
                 fastcgi_param  SERVER_HOSTNAME    mctxsoft;

UCC git Repository :: git.ucc.asn.au