Skip to content

Instantly share code, notes, and snippets.

@rikioy
Created March 21, 2017 15:00
Show Gist options
  • Select an option

  • Save rikioy/490aae34e091aaf45b47574da1e92d2a to your computer and use it in GitHub Desktop.

Select an option

Save rikioy/490aae34e091aaf45b47574da1e92d2a to your computer and use it in GitHub Desktop.
nginx.configure.dev
./configure \
--prefix=/usr/local/nginx \
--with-pcre \
--with-http_ssl_module \
--with-http_realip_module \
--with-http_gzip_static_module \
--with-http_v2_module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment