Debian上完整卸载nginx并重新安装

卸载

sudo apt-get remove nginx # 可删除除/etc/nginx 配置文件外的所有文件

sudo apt-get purge nginx or rm -rf /etc/nginx #删除nginx配置文件

sudo apt-get autoremove #自动删除安装nginx时安装的依赖包

重装

 apt-get -o DPkg::options::=--force-confmiss --reinstall install nginx

主要解决了配置文件缺失,无法启动nginx问题

You may also like

  • 2023脚本收集,常用脚本备份
  • hestiacp的服务器管理,设置 DNS 群集,设置 FTP 备份服务器,设置远程数据库服务器
  • BT宝塔的替代品,一些主机面板汇总
  • 宝塔面板适合什么操作系统合安装
  • reset password.png, Feb 2021 Hestia Control Panel reset password重置密码
  • VPS上常用在线查询类的工具
  • cloudcone更换内核前需要先运行下面的命令,否则无法启动
  • debian安装vestacp,web存放位置