location /fqz { root html; index index.html index.htm; proxy_pass https://; proxy_read_timeout 300; proxy_connect_timeout 300; # websocket support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; }