Skip to content

Instantly share code, notes, and snippets.

@jordanorelli
Created August 21, 2011 18:13
Show Gist options
  • Save jordanorelli/1160939 to your computer and use it in GitHub Desktop.
Save jordanorelli/1160939 to your computer and use it in GitHub Desktop.
nginx configuration options
--sbin-path=/usr/local/sbin --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/nginx.lock --http-client-body-temp-path=/var/tmp/nginx/client_body --http-proxy-temp-path=/var/tmp/nginx/proxy --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi --user=www-data --group=www-data --without-http_geo_module --without-http_ssi_module --with-http_ssl_module --with-http_realip_module --with-http_gzip_static_module --with-google_perftools_module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment