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:
- 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:
- support for static files in /static;
- rewrite versioned resources under /static;
- security rules for composer, Grunt, and git files lying around;
- security rules for xml files in several places;
- security rules for certain media dirs and cron.php
Please give it a spin and let us know what you think!