Static Content on Different Server Isn't Loaded??

smsmaddy1981 nginx-forum at nginx.us
Tue Aug 18 17:12:54 UTC 2015


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



More information about the nginx mailing list