Change Nginx Version Header

Edit nginx.h find lines: Change them as follows: Save and close the file. Now, you can compile the server. Add the following in nginx.conf to turn off nginx version number displayed on all auto generated error pages: Above hack doesn't work here's the good one: edit src/http/ngx_http_header_filter_module.c around line 48,…