Skip to content

Instantly share code, notes, and snippets.

@astamicu
Last active September 20, 2021 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save astamicu/546a963c11038b11586213de785919b6 to your computer and use it in GitHub Desktop.
Save astamicu/546a963c11038b11586213de785919b6 to your computer and use it in GitHub Desktop.
nginx commands
#backup
sudo cp /etc/nginx/nginx.conf /etc/nginx/nginx.conf.$(date "+%b_%d_%Y_%H.%M.%S")
#restart
service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment