Skip to content

Instantly share code, notes, and snippets.

@caferrari
Created November 22, 2013 12:22
Show Gist options
  • Save caferrari/7599050 to your computer and use it in GitHub Desktop.
Save caferrari/7599050 to your computer and use it in GitHub Desktop.
My configure for nginx
./configure --prefix=/usr/local/nginx/ --conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --user=www-data --group=www-data --with-http_ssl_module --with-http_stub_status_module --without-http_uwsgi_module --without-http_scgi_module --http-log-path=/var/log/nginx/access.log --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --with-pcre --http-client-body-temp-path=/var/tmp/nginx/client/ --http-proxy-temp-path=/var/tmp/nginx/proxy/ --http-fastcgi-temp-path=/var/tmp/nginx/fcgi/ --with-http_gzip_static_module --with-http_flv_module --sbin-path=/usr/sbin/nginx --lock-path=/var/lock/nginx.lock --with-ipv6 --with-http_spdy_module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment