Skip to content

Instantly share code, notes, and snippets.

@softr8
Created September 6, 2013 16:39
Show Gist options
  • Save softr8/6466376 to your computer and use it in GitHub Desktop.
Save softr8/6466376 to your computer and use it in GitHub Desktop.
nginx config params
./configure \
--pid-path=/var/run/nginx.pid \
--lock-path=/var/lock/nginx.lock \
--error-log-path=/var/log/nginx/error.log \
--user=www-data \
--group=www-data \
--without-mail_pop3_module \
--without-mail_imap_module \
--without-mail_smtp_module \
--without-http_fastcgi_module \
--without-http_uwsgi_module \
--without-http_scgi_module \
--with-ipv6 \
--with-http_ssl_module \
--with-http_spdy_module \
--with-http_stub_status_module \
--with-http_gzip_static_module \
--add-module=$HOME/nginx/ngx_pagespeed-release-1.6.29.5-beta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment