Files
shell/web
2024-09-11 17:41:30 +08:00
..
2024-08-19 07:16:13 +08:00
2024-08-18 03:47:07 +08:00
2024-08-21 12:52:02 +08:00
2024-09-11 17:41:30 +08:00
2024-08-18 14:00:09 +08:00
2024-08-19 05:00:41 +08:00

卸载站点及环境

  • 删除站点文件
sudo rm -r /var/www/
  • 停止
sudo systemctl stop caddy apache2 mariadb
  • 禁用开机自启
sudo systemctl disable caddy apache2 mariadb
  • 卸载软件包
sudo apt remove --purge caddy apache2 php* mariadb-server mariadb-client -y
  • 清理残留配置和依赖
sudo apt autoremove -y