Last active
June 16, 2026 00:25
-
-
Save ManzDev/461953602d1f128c01cc6835c79a239d to your computer and use it in GitHub Desktop.
nxdissite / nxensite nginx (fish)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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