Multisite Migration Live to Local

Quick note: if anyone is trying to import a multisite WordPress installation into a Preferred Local site that was not initially configured with multisite, you will need to do the following:

  1. Right-click on the site in Local’s sidebar
  2. Go to “Open Site SSH”
  3. Run the following command:
ln -sf /etc/nginx/global/wordpress-multi.conf /etc/nginx/global/wordpress.conf && killall nginx