Skip to content

Instantly share code, notes, and snippets.

@hising
Created May 28, 2021 12:28
Show Gist options
  • Save hising/5ee6e3cd5de9cebbd8adf43f0675b3d7 to your computer and use it in GitHub Desktop.
Save hising/5ee6e3cd5de9cebbd8adf43f0675b3d7 to your computer and use it in GitHub Desktop.
Restart nginx when fail starting after reboot
sudo fuser -k 80/tcp
sudo fuser -k 443/tcp
sudo service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment