Skip to content

Instantly share code, notes, and snippets.

@JulienBreux
Created August 18, 2012 11:41
Show Gist options
  • Save JulienBreux/3386288 to your computer and use it in GitHub Desktop.
Save JulienBreux/3386288 to your computer and use it in GitHub Desktop.
Compilation: NGINX 1.2.3
./configure
--prefix=/usr/local/nginx
--user=www-data --group=www-data
--without-mail_pop3_module
--without-mail_imap_module
--without-mail_smtp_module
--with-http_stub_status_module
--with-http_ssl_module
--http-log-path=/var/log/nginx/access.log
--conf-path=/etc/nginx/nginx.conf
--pid-path=/var/run/nginx.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment