# 1. 移除所有 Nginx 相关包(保留配置)
sudo apt-get remove --purge nginx nginx-common nginx-core
# 2. 清理残留文件
sudo rm -rf /etc/nginx
# 1. 移除所有 Nginx 相关包(保留配置)
sudo apt-get remove --purge nginx nginx-common nginx-core
# 2. 清理残留文件
sudo rm -rf /etc/nginx