Skip to content

Instantly share code, notes, and snippets.

@Saicheg
Created March 10, 2013 05:43
Show Gist options
  • Save Saicheg/5127280 to your computer and use it in GitHub Desktop.
Save Saicheg/5127280 to your computer and use it in GitHub Desktop.
Nginx configure options for Rails on Ubuntu
./configure --prefix=/etc/nginx --sbin-path=/usr/local/sbin --pid-path=/var/lock/nginx/nginx.pid --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --conf-path=/etc/nginx/nginx.conf --with-http_ssl_module --with-http_gzip_static_module
@Saicheg
Copy link
Author

Saicheg commented Jan 18, 2015

./configure --prefix=/etc/nginx --sbin-path=/usr/local/sbin --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --conf-path=/etc/nginx/nginx.conf --with-http_ssl_module --with-http_gzip_static_module --with-file-aio --with-http_spdy_module --with-http_ssl_module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment