Skip to content

Instantly share code, notes, and snippets.

@caironoleto
Created March 25, 2010 18:00
Show Gist options
  • Save caironoleto/343899 to your computer and use it in GitHub Desktop.
Save caironoleto/343899 to your computer and use it in GitHub Desktop.
./configure \
--prefix=/usr \
--conf-path=/etc/nginx/nginx.conf \
--http-log-path=/var/log/nginx/access_log \
--error-log-path=/var/log/nginx/error_log \
--pid-path=/var/run/nginx.pid \
--http-client-body-temp-path=/var/tmp/nginx/client \
--http-proxy-temp-path=/var/tmp/nginx/proxy \
--http-fastcgi-temp-path=/var/tmp/nginx/fastcgi \
--with-md5-asm --with-md5=/usr/include \
--with-sha1-asm \
--with-sha1=/usr/include \
--with-http_realip_module \
--with-http_ssl_module \
--with-http_perl_module \
--with-http_stub_status_module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment