Skip to content

Instantly share code, notes, and snippets.

@taosx
Created May 19, 2017 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taosx/eb6866da92053c43a4544984cc838753 to your computer and use it in GitHub Desktop.
Save taosx/eb6866da92053c43a4544984cc838753 to your computer and use it in GitHub Desktop.
--with-file-aio \
--with-http_addition_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_random_index_module \
--with-http_secure_link_module \
--with-http_stub_status_module \
--with-http_auth_request_module \
--with-http_geoip_module=dynamic \
--with-http_perl_module=dynamic \
--with-http_image_filter_module=dynamic \
--with-http_realip_module \
--with-http_slice_module \
--with-http_ssl_module \
--with-http_v2_module \
--with-http_xslt_module=dynamic \
--with-ipv6 \
--without-mail_pop3_module \
--without-mail_imap_module \
--without-mail_smtp_module \
--with-md5-asm \
--with-pcre-jit \
--with-luajit \
--with-sha1-asm \
--with-threads \
--with-stream \
--with-stream_ssl_module \
--prefix=/etc/nginx \
--sbin-path=/usr/sbin/nginx \
--modules-path=/usr/lib/nginx/modules \
--conf-path=/etc/nginx/nginx.conf \
--http-log-path=/var/log/nginx/access.log \
--error-log-path=/var/log/nginx/error.log \
--pid-path=/var/run/nginx.pid \
--lock-path=/var/run/nginx.lock \
--http-fastcgi-temp-path=/tmp/nginx/fastcgi \
--http-proxy-temp-path=/tmp/nginx/proxy \
--http-client-body-temp-path=/tmp/nginx/client_body \
--http-fastcgi-temp-path=/tmp/nginx/fastcgi \
--http-proxy-temp-path=/tmp/nginx/proxy \
--http-client-body-temp-path=/tmp/nginx/client_body \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment