0

I know there exists a plugin for nginx to load the config through perl. I was wondering, does anyone have any experience doing this without using a plugin? Possibly a fuse-backed Python script that queries a DB?

I would really like to not use the perl plugin, as it doesn't seem that stable.

Ryan O'Donnell
  • 617
  • 6
  • 14

1 Answers1

1

I haven't seen any working solution to solve your task, a quick google search doesn't give any useful information either (it doesn't look like HttpPerlModule could help with DB stored configuration).

It sounds like it's a good task to develop and contribute to Nginx project !

Paul
  • 1,262
  • 8
  • 16
  • Are there any evolutions about this matter? I am thinking about some key-value database to store the nginx.conf ... and where the deamon runs, it would load it from the database, not from file – lordshark Nov 08 '22 at 00:07