swoole可以用80端口嗎

swoole可以用80端口嗎

swoole可以用80端口嗎?

Swoole 綁定域名 80 端口 (nginx 監(jiān)聽(tīng)轉(zhuǎn)發(fā))

啟動(dòng) Swoole 的 http server,可以使用 IP + 端口 進(jìn)行訪問(wèn)

swoole可以用80端口嗎

創(chuàng)建 Nginx 虛擬域名

vim?swotp.liuguofeng.com.conf
server ????{ ????????listen?80; ????????server_name?swotp.liuguofeng.com?; ????????index?index.html?index.htm?index.php?default.html?default.htm?default.php; ????????root??/home/wwwroot/swoole_thinkphp.liuguofeng.com; ????????location?/?{ ????????????????if?(!-e?$request_filename)?{ ????????????????proxy_pass?http://127.0.0.1:8811; ????????????????} ????????} ????}

swoole可以用80端口嗎

重啟 Nginx,DNS 指向 IP?

swoole可以用80端口嗎

以上就是

? 版權(quán)聲明
THE END
喜歡就支持一下吧
點(diǎn)贊10 分享