Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

how to store my files in nginx module.?

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

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. For help clarifying this question so that it can be reopened, see the FAQ.

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.

share|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

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