Support for Magento2 has been in the works for a while. It started with the update to PHP 5.5 in release 2451. And now we have a first version of Magento2 support for Hypernodes.

To get an Nginx config for Magento2:

  1. place a file named magento2.flag in /data/web/nginx/

Our Nginx config reloader will pick that file up and restart things for you.This will get you support for Magento2:

  1. support for static files in /static;
  2. rewrite versioned resources under /static;
  3. security rules for composer, Grunt, and git files lying around;
  4. security rules for xml files in several places;
  5. security rules for certain media dirs and cron.php

Please give it a spin and let us know what you think!