about summary refs log tree commit homepage
path: root/examples/nginx.conf
DateCommit message (Collapse)
2011-01-25examples/nginx.conf: use try_files directive
This feature is in nginx 0.7.x and 0.8.x and optimized better than the "if" directive in nginx.conf ref: http://wiki.nginx.org/Pitfalls ref: http://wiki.nginx.org/IfIsEvil
2011-01-25examples/nginx: avoid unnecessary listen directive
There's no need to use listen unless you use non-default port or can enable "deferred" or "httpready" (which you usually want).
2009-11-23Add examples for nginx and unicorn
These should help make things easier for folks unfamiliar with nginx setups.