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!
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!