..

nginx

//// uid: 35a86ab4 //// 操作系统: debian 11

默认端口修改 listen 80, 项目/etc/nginx目录搜索

测试配置是否正常
nginx -t
平滑加载配置
nginx -s reload
给用户www加权限
chown -R www:www saliboat
在命令行请求地址
curl http://ip或域名/index.php
查看端口占用情况
netstat -tunlp | grep 9000