创建 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端口吗的详细内容,更多请关注其它相关文章!