Skip to content

Instantly share code, notes, and snippets.

@geta6
Created April 12, 2013 01:18
Show Gist options
  • Save geta6/5368531 to your computer and use it in GitHub Desktop.
Save geta6/5368531 to your computer and use it in GitHub Desktop.
--prefix=/usr/local
--http-client-body-temp-path=/usr/local/tmp/nginx/client
--http-proxy-temp-path=/usr/local/tmp/nginx/proxy
--http-fastcgi-temp-path=/usr/local/tmp/nginx/fastcgi
--conf-path=/usr/local/etc/nginx/nginx.conf
--pid-path=/usr/local/var/run/nginx.pid
--http-log-path=/usr/local/var/log/nginx/access.log
--error-log-path=/usr/local/var/log/nginx/error.log
--with-http_dav_module
--with-http_mp4_module
--with-http_secure_link_module
--with-http_ssl_module
--with-http_geoip_module
--with-http_gzip_static_module
--with-http_image_filter_module
--with-http_realip_module
--with-http_stub_status_module
--with-http_sub_module
--with-http_xslt_module
--with-mail
--with-mail_ssl_module
--without-http_uwsgi_module
--without-http_scgi_module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment