操作前备份配置文件,命令如下:
# 卸载nginx以及删除配置文件数据
sudo apt purge nginx nginx-common nginx-core
#保留 Nginx 配置文件但只删除 Nginx 包
sudo apt remove nginx nginx-common nginx-core
参考:
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
操作前备份配置文件,命令如下:
# 卸载nginx以及删除配置文件数据
sudo apt purge nginx nginx-common nginx-core
#保留 Nginx 配置文件但只删除 Nginx 包
sudo apt remove nginx nginx-common nginx-core
参考:
暂无评论内容