Swoole 綁定域名 80 端口 (nginx 監(jiān)聽(tīng)轉(zhuǎn)發(fā))
啟動(dòng) Swoole 的 http server,可以使用 IP + 端口 進(jìn)行訪問(wèn)
創(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; ????????????????} ????????} ????}
重啟 Nginx,DNS 指向 IP?
? 版權(quán)聲明
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載。
THE END
喜歡就支持一下吧
相關(guān)推薦