nginx

强制重装nginx
sudo apt-get purge nginx nginx-common
sudo apt-get install nginx

重载nginx配置
sudo systemctl reload nginx