Skip to content

Instantly share code, notes, and snippets.

@gpassarelli
Created January 20, 2015 19:26
Show Gist options
  • Save gpassarelli/ed2e7f440e456bfccc47 to your computer and use it in GitHub Desktop.
Save gpassarelli/ed2e7f440e456bfccc47 to your computer and use it in GitHub Desktop.
Sync sites available with sites enable nginx
#NGINX
ln -s /etc/nginx/sites-available/myapp /etc/nginx/sites-enabled/myapp
#APACHE
ln -s /etc/apache2/sites-available/myapp /etc/apache2/sites-enabled/myapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment