nginx配置

        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";
        }

  

posted @ 2021-02-01 10:43  zhucezmf  阅读(36)  评论(0编辑  收藏  举报