Hi Francis,

One more observation pls.

This WORKS in reading static content from remote server
       location ^~/wkspace/ {
              proxy_pass http://citwkspace;
       }

This DOESN'T WORK? in reading static content from remote server
       location ^~/wkspace/agentLogin/ {
              proxy_pass http://citwkspace;
       }


Best regards,
Maddy

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,259786,261105#msg-261105

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to