Static Content on Different Server Isn't Loaded??

Francis Daly francis at daoine.org
Wed Aug 19 17:33:17 UTC 2015


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 at daoine.org



More information about the nginx mailing list