Skip to content

Instantly share code, notes, and snippets.

@rexey3s
Created May 13, 2016 03:05
Show Gist options
  • Save rexey3s/1a0d27fe3b0d4e5386430c129a86b025 to your computer and use it in GitHub Desktop.
Save rexey3s/1a0d27fe3b0d4e5386430c129a86b025 to your computer and use it in GitHub Desktop.
./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-select_module --with-poll_module --with-ipv6 --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module --with-http_image_filter_module --with-http_geoip_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_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_degradation_module --with-http_stub_status_module --with-http_perl_module --add-module=./nginx-rtmp-module --add-module=./nginx-upload-module --with-cpu-opt=CPU --with-pcre --with-pcre-jit --with-md5-asm --with-sha1-asm --with-zlib-asm=CPU --with-libatomic --with-debug --with-ld-opt="-Wl,-E"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment