Nginx 1.12.0 for Devserver 17

If the download doesn't start automatically, use this direct link : Nginx 1.12.0 for Devserver 17
Homepage : Homepage
Install
Download Nginx 1.12.0 for Devserver 17. You just need to download the component and run the setup. It will install a ready-to-use component in your current EasyPHP Devserver.
Nginx Server
NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption. NGINX is one of a handful of servers written to address the C10K problem. Unlike traditional servers, NGINX doesn't rely on threads to handle requests. Instead it uses a much more scalable event-driven (asynchronous) architecture. This architecture uses small, but more importantly, predictable amounts of memory under load. Even if you don't expect to handle thousands of simultaneous requests, you can still benefit from NGINX's high-performance and small memory footprint. NGINX scales in all directions: from the smallest VPS all the way up to large clusters of servers.
Uninstall
Super easy! Stop all servers, backup your files (if you want to keep them) and delete the component folder in "eds-binaries"
Devserver Description
Devserver installs a complete and ready-to-use development environment. Devserver is portable, modular, fully configurable and easy to update and extend (see modules and components). Devserver allows you to fit your needs and allows you to setup a local server with the same characteristics as your production server (if you have one). You can develop locally anywhere (at home, at work, on your laptop...) thanks to the portability of the system.
Reminder
DevServer is not designed to be used as a production server, but as developing server to test your pages, web applications, developments offline before moving them on a web hosting server.