Skip to content

Instantly share code, notes, and snippets.

@Poorvak
Created July 11, 2016 10:06
Show Gist options
  • Save Poorvak/78a639311ebffd1437ed8f6c8bfc1f04 to your computer and use it in GitHub Desktop.
Save Poorvak/78a639311ebffd1437ed8f6c8bfc1f04 to your computer and use it in GitHub Desktop.
Nginx 1.11.2
sudo ./configure --user=nginx --group=nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --with-threads --with-file-aio --with-ipv6 --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_random_index_module --with-http_secure_link_module --with-http_slice_module --with-http_degradation_module --with-http_stub_status_module --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-google_perftools_module --with-cpp_test_module --with-debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment