Quantcast
Viewing all articles
Browse latest Browse all 23908

Re: Static Content on Different Server Isn't Loaded??

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
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Viewing all articles
Browse latest Browse all 23908

Trending Articles