Maybe I'm dumb, but I ran into a few issues setting up nginx the first time...
It rejected file uploads greater than 1 meg It timed out requests after some short period of time It rejects multi-part form uploads that don't have a proper content length, and doesn't support chunked encoding. We had to bypass it for these uploads Maybe we'll run into other issues, maybe not. The gzip has worked out really well anyway. Chris On Feb 15, 4:08 pm, Mark Hahn <[email protected]> wrote: > FWIW, I was quite surprised at how easy it was to set up nginx to front-end > node. It took a couple of hours instead of the days I expected. You can > think like you do with an apache config but use a much simpler config > language that just works. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
