alpine Linux 安装nginx

更新软件
apk update
安装nginx
apk add nginx
查看nginx版本
nginx -v

nginx 启停
启动

停止
service nginx stop
重启
service nginx restart
检查配置文件
nginx -t
重载配置
nginx -s reload
https://www.leftso.com/article/2312061225318228.html

更新软件
apk update
安装nginx
apk add nginx
查看nginx版本
nginx -v

启动

停止
service nginx stop
重启
service nginx restart
检查配置文件
nginx -t
重载配置
nginx -s reload
https://www.leftso.com/article/2312061225318228.html