#!/usr/local/bin/php
'); function getVersion(){ $flines=file("/etc/danginx/version.txt"); foreach ($flines as $line_num => $line){ echo $line."\n"; } } ?>
Your Danginx Version :

About Directadmin Nginx Plugin

Directadmin Nginx is turbo boosting plugin for your Directadmin server. This plugin will increase the your server performance and decrease the server Apache Load. So you can host more website in a Directadmin server than usual.

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 clusters of servers.

Nginx also protect your webserver against malitious access like DDOS.