On Tue, Oct 01, 2019 at 10:17:36AM -0400, lvic4594 wrote:

Hi there,

> Works with http but not with https: I tried to add second proxy_pass for
> https 
> 
> server {
>         listen       443 ssl;
>         server_name  _;
>         ssl_certificate     my.crt;
>         ssl_certificate_key my.key;

> For https I have "resource not found /usr/share/nginx/html/rest2/" e.g.
> nginx is not trying to proxy https request....

Have you any evidence (logs, "curl -v" output) that your request is
being handled in this nginx server{} block?

        f
-- 
Francis Daly        fran...@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to