Safe to disable compile options for Nginx (when used only as reverse proxy/cache)

Posted by Alex on Server Fault See other posts from Server Fault or by Alex
Published on 2012-06-29T06:57:45Z Indexed on 2012/06/29 9:17 UTC
Read the original article Hit count: 176

Filed under:
|
|
|

I have read that I can do this to make a smaller footprint Nginx when used as static content cache/reverse proxy:

--without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module

What other options are safe to disable? SSI, FastCGI? Others? The only requirements for the reverse proxy is to be able to do https and gzip compression. Will disabling all the module really help with footprint and/or performance?

© Server Fault or respective owner

Related posts about nginx

Related posts about webserver