> 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