Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created April 25, 2013 17:02
Show Gist options
  • Save tsabat/5461342 to your computer and use it in GitHub Desktop.
Save tsabat/5461342 to your computer and use it in GitHub Desktop.

from inside the box, copy the symlinks:

mkdir /tmp/backup
sudo cp /etc/nginx/sites-enabled/* /tmp/backup

then install your service

then again, from inside your box:

sudo cp /tmp/backup/* /etc/nginx/sites-enabled/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment