location /backrest/ { proxy_pass http://127.0.0.1:9898/; proxy_set_header Connection $http_connection; proxy_set_header Upgrade $http_upgrade; proxy_set_header Host $host; proxy_set_header Authorization ""; }