退出r的時候報錯: 我可以提供線上服務(wù)器測試,擴展已安裝 libevent-2.1.12 root@freebsd:/usr/local/www/Worker # php start.php start Workerman[start.php] start in DEBUG mode -------------------------------------------- WORKERMAN -----------...
Workerman[start.php] start in DEBUG mode ------------------------------------------- WORKERMAN -------------------------------------------- Workerman version:4.0.17 PHP version:8.0.1 -----------------...
Upgrade: websocket Connection: Upgrade Host: example.com Origin: http://example.com Sec-WebSocket-Key: sN9cRrP/n9NdMgdcy2VJFQ== Sec-WebSocket-Version: 13 握手的時候要在Sec-WebSocket-Protocol: 增加一個參數(shù)...
困擾了我一天,總算解決了,分享下; 使用的是阿里云免費證書,服務(wù)器使用的是nginx; 關(guān)鍵點是: location /wss/ { proxy_pass http://127.0.0.1:7070; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forw...