SSL problem with SSL proxy

Here is solution, maybe it will help for someone:

Just add

proxy_set_header X-Forwarded-Proto https;

to NGINX proxy config.

Thnx a lot!

1 Like