Having odd situation, even don't know how to search in google, how to
describe it...

  location = / {
       proxy_pass  $scheme://umarket;
   }


Change location = / {} to location / {} because the = / means only that particular request (just the index page) will be proxied

http://nginx.org/en/docs/http/ngx_http_core_module.html#location


rr
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to