Skip to content

Instantly share code, notes, and snippets.

@achamian
Created November 4, 2010 17:13
Show Gist options
  • Save achamian/662788 to your computer and use it in GitHub Desktop.
Save achamian/662788 to your computer and use it in GitHub Desktop.
Nginx configuration options
./configure --prefix=/usr --conf-path=/etc/nginx/nginx.conf --sbin-path=/usr/sbin --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/lib/nginx/body --http-proxy-temp-path=/var/lib/nginx/proxy --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi --with-ipv6 --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_gzip_static_module --with-http_secure_link_module --with-http_stub_status_module --with-md5-asm --with-sha1-asm --with-cpu-opt=amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment