Welcome! Log In Create A New Profile

Advanced

Re: Nginx upstream https not proxing other pages(?)

Reinis Rozitis
June 23, 2016 07:32AM
> 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
Subject Author Posted

Nginx upstream https not proxing other pages(?)

romkaltu June 23, 2016 05:26AM

Re: Nginx upstream https not proxing other pages(?)

Yuriy Medvedev June 23, 2016 06:20AM

Re: Nginx upstream https not proxing other pages(?)

romkaltu June 23, 2016 07:29AM

Re: Nginx upstream https not proxing other pages(?)

romkaltu June 23, 2016 08:03AM

Re: Nginx upstream https not proxing other pages(?)

Reinis Rozitis June 23, 2016 07:32AM

Re: Nginx upstream https not proxing other pages(?)

romkaltu June 23, 2016 07:48AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 178
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready