Skip to content

Instantly share code, notes, and snippets.

@benhaan
Created August 22, 2009 19:26
Show Gist options
  • Save benhaan/172949 to your computer and use it in GitHub Desktop.
Save benhaan/172949 to your computer and use it in GitHub Desktop.
./configure \
--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 \
--lock-path=/var/lock/subsys/nginx.lock \
--http-proxy-temp-path=/var/tmp/nginx/proxy/ \
--http-fastcgi-temp-path=/var/tmp/nginx/fcgi/ \
--http-client-body-temp-path=/var/tmp/nginx/client/ \
--with-http_ssl_module \
--with-http_realip_module \
--with-http_gzip_static_module \
--add-module=/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.5/ext/nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment