Nginx upstream https not proxing other pages(?)

Reinis Rozitis r at roze.lv
Thu Jun 23 11:28:15 UTC 2016


> 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 



More information about the nginx mailing list