@
Floren how do you achieve a 400k nginx file? These settings build a 4 MB nginx file on Centos 6.5 64bit:
ls -lah /usr/local/sbin/nginx
-rwxr-xr-x 1 root root 3.9M Jan 14 03:41 /usr/local/sbin/nginx
./configure --with-http_ssl_module --with-http_spdy_module
--without-http_browser_module
--without-http_charset_module
--without-http_empty_gif_module
--without-http_geo_module
--without-mail_pop3_module
--without-mail_imap_module
--without-mail_smtp_module
--without-http_auth_basic_module
--without-http_autoindex_module
--without-http_limit_req_module
--without-http_limit_conn_module
--without-http_browser_module
--without-http_geo_module
--without-http_map_module
--without-http_memcached_module
--without-http_referer_module
--without-http_proxy_module
--without-http_scgi_module
--without-http_split_clients_module
--without-http_ssi_module
--without-http_upstream_ip_hash_module
--without-http_userid_module
--without-http_uwsgi_module