Showing 3 Result(s)

How to Secure, Harden and Improve Performance of Nginx Web Server

#1: Keep Nginx up to date #2: Remove Unnecessary Modules in Nginx To explicitly remove modules from Nginx while installing from source, do: # ./configure –without-module1 –without-module2 –without-module3 For example: # ./configure –without-http_dav_module –withouthttp_spdy_module As you will probably guess, removing modules from a previous Nginx installation from source requires performing the compilation again. A word Read More