Skip to content

Instantly share code, notes, and snippets.

@justinhernandez
Created July 28, 2009 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinhernandez/157698 to your computer and use it in GitHub Desktop.
Save justinhernandez/157698 to your computer and use it in GitHub Desktop.
compile passenger for nginx
--conf-path=/etc/nginx/conf.d/nginx.conf --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --with-http_ssl_module --http-client-body-temp-path=/var/lib/nginx/body --http-proxy-temp-path=/var/lib/nginx/proxy --http-fastcgi-temp-path=/var/lib/nginx/fastcgi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment