Skip to content

Instantly share code, notes, and snippets.

@ManzDev
Last active June 16, 2026 00:25
Show Gist options
  • Select an option

  • Save ManzDev/461953602d1f128c01cc6835c79a239d to your computer and use it in GitHub Desktop.

Select an option

Save ManzDev/461953602d1f128c01cc6835c79a239d to your computer and use it in GitHub Desktop.
nxdissite / nxensite nginx (fish)
function nxdissite; sudo rm /etc/nginx/sites-enabled/$argv[1]; end
function nxensite; sudo ln -s /etc/nginx/sites-available/$argv[1] /etc/nginx/sites-enabled/$argv[1]; end
funcsave nxdissite
funcsave nxensite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment