Skip to content

Instantly share code, notes, and snippets.

@descubraomundo
Last active December 19, 2015 00:19
Show Gist options
  • Save descubraomundo/5868016 to your computer and use it in GitHub Desktop.
Save descubraomundo/5868016 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