NGINX: dynamic locations stored in DB

Posted by chimpanzee on Server Fault See other posts from Server Fault or by chimpanzee
Published on 2010-08-30T15:54:28Z Indexed on 2012/12/02 23:11 UTC
Read the original article Hit count: 182

Is there a possibility to store nginx locations in DB instead of the config to serve them dynamically?

The task is to create dynamic URLs for video files based on user's IP and video ID.

The idea is when the user visits my website such an dynamic URL is created and added to the db as a new nginx location that exists just for this user and not for others.

Or nginx doesn't fit my task and I need to use another tool?

Thanks.

© Server Fault or respective owner

Related posts about configuration

Related posts about nginx