We provide guidance on using NGINX to mitigate the recently discovered vulnerability in PHP-FPM (CVE-2019-11043). The vulnerability is triggered when the PATH_INFO variable passed to PHP-FPM with an i...
By Owen GarrettLearn how to optimize your PHP applications by upgrading to PHP 7 and using NGINX for web serving, caching static files, and microcaching dynamic files.
By Floyd SmithLearn about using NGINX to build real-time WebSocket applications such as online games, chat applications, stock tracking, sports scores, and more
By Rick Nelson