Created
February 1, 2013 19:17
-
-
Save adamhjk/4693402 to your computer and use it in GitHub Desktop.
nginx modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--with-http_ssl_module enable ngx_http_ssl_module | |
--with-http_realip_module enable ngx_http_realip_module | |
--with-http_addition_module enable ngx_http_addition_module | |
--with-http_xslt_module enable ngx_http_xslt_module | |
--with-http_image_filter_module enable ngx_http_image_filter_module | |
--with-http_geoip_module enable ngx_http_geoip_module | |
--with-http_sub_module enable ngx_http_sub_module | |
--with-http_dav_module enable ngx_http_dav_module | |
--with-http_flv_module enable ngx_http_flv_module | |
--with-http_mp4_module enable ngx_http_mp4_module | |
--with-http_gzip_static_module enable ngx_http_gzip_static_module | |
--with-http_random_index_module enable ngx_http_random_index_module | |
--with-http_secure_link_module enable ngx_http_secure_link_module | |
--with-http_degradation_module enable ngx_http_degradation_modu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment