Skip to content

Instantly share code, notes, and snippets.

@phodal
Created September 2, 2014 05:33
Show Gist options
  • Save phodal/7b86d2f3cc4b33ecd8d5 to your computer and use it in GitHub Desktop.
Save phodal/7b86d2f3cc4b33ecd8d5 to your computer and use it in GitHub Desktop.
Nginx compile with PageSpeed with cache_purge
./configure --user=www --group=www --add-module=../nginx-static-etags --add-module=../ngx_pagespeed-1.8.31.4-beta --add-module=../ngx_cache_purge --prefix=/usr/local/nginx --with-pcre --with-http_spdy_module --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-mail --with-mail_ssl_module --with-ipv6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment