Search K
Appearance
Appearance
Nginx is a high performance webserver used as a replacement for Apache, which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.
Nginx uses an asynchronous event-driven approach, rather than threads, to handle requests. Nginx's modular event-driven architecture can provide more predictable performance under high loads.
The higher performance will come at the cost of a slightly reduced feature set. Nginx requires CustomBuild 2.0 and for the PHP mode to be PHP-FPM.
To install Nginx (with PHP-FPM):
da build set webserver nginx
da build set php1_mode php-fpm
da build nginx
da build php
da build rewrite_confsUse the same guide as is used for Apache.