[spoiler]
Решение:
в /etc/nginx/bx/site_avaliable/ssl.САЙТ.conf
вместо
proxy_set_header Host $host:[B]443[/B]; |
proxy_set_header Host $host; |
Затем перечитать конфигурацию nginx
systemctl reload nginx
proxy_set_header Host $host:[B]443[/B]; |
proxy_set_header Host $host; |