On Tue, Aug 18, 2015 at 01:12:54PM -0400, smsmaddy1981 wrote:
Hi there,
> This WORKS in reading static content from remote server
> location ^~/wkspace/ {
> proxy_pass http://citwkspace;
> }
For the request that works:
what does your nginx log say that the request to nginx was?
what does your citwkspace web server log say that the request to it was?
what file on the citwkspace web server was successfully returned?
> This DOESN'T WORK? in reading static content from remote server
> location ^~/wkspace/agentLogin/ {
> proxy_pass http://citwkspace;
> }
For the request that does not work:
what does your nginx log say that the request to nginx was?
what does your citwkspace web server log say that the request to it was?
what file on the citwkspace web server did you want to have returned?
what was the response instead?
f
--
Francis Daly francis@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx