Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shernshiou/9885517 to your computer and use it in GitHub Desktop.
Save shernshiou/9885517 to your computer and use it in GitHub Desktop.
./configure \
--prefix=/usr/share/nginx \
--sbin-path=/usr/sbin/nginx \
--conf-path=/etc/nginx/nginx.conf \
--pid-path=/var/run/nginx.pid \
--lock-path=/var/lock/nginx.lock \
--error-log-path=/var/log/nginx/error.log \
--http-log-path=/var/log/access.log \
--user=www-data \
--group=www-data \
--with-ipv6 \
--with-http_ssl_module \
--with-http_spdy_module \
--with-http_stub_status_module \
--with-http_gzip_static_module \
--add-module=$HOME/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