要重启nginx,可以使用以下方法之一:
sudo systemctl restart nginx
sudo nginx -s reload
这将使用nginx的master进程重新加载配置文件并重启nginx。
无论使用哪种方法,重启后会重新加载nginx的配置文件,并使新的配置生效。