how to store my files in nginx module.?

link|improve this question
Please, add more details to your answer. – rvs Apr 1 '11 at 6:55
feedback

closed as not a real question by Mark Henderson Apr 6 '11 at 3:01

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

I imagine you mean something different, but if you want to store your files in-process, you could take a look at the empty-gif-module as a starting point.

link|improve this answer
I have a database of zipcodes round about 1.7lacs,I dont want to be queried from either database or any cache like redis,memcached.I want to put this file into nginx server. – kirit Apr 1 '11 at 11:03
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.