Skip to content

Instantly share code, notes, and snippets.

@amanjuman
Created February 16, 2020 18:14
Show Gist options
  • Save amanjuman/8e1f08212b9b35a899ff1878df0a3b8b to your computer and use it in GitHub Desktop.
Save amanjuman/8e1f08212b9b35a899ff1878df0a3b8b to your computer and use it in GitHub Desktop.
Nginx vhost
wget https://gist.githubusercontent.com/amanjuman/8fc600356fccb8057abde61d4df42cba/raw/3dc2d306b6147ac2bda5aa90e51b3f76820d830e/n2ensite -O /usr/bin/n2ensite
chmod 755 /usr/bin/n2ensite && ln -s /usr/bin/n2ensite /usr/bin/n2dissite
wget https://gist.github.com/amanjuman/7e8155be9777f68a67b0380f8236d9aa/raw/aa452aa87e39b08e549536eb17924bffe109ee43/nginx-autocomplete \
-O /etc/bash_completion.d/nginx
. /etc/bash_completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment