赞
踩
server { listen 8523; server_name _; location ~ .*\.(gif|jpg|jpeg|png|fbx|FBX)$ { root F:/20230509; } location / { # websocket配置 proxy_http_version 1.1; # 超时设置 proxy_read_timeout 3600s; # 启用支持websocket连接 proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_pass http://localhost:8081; } }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。