Nginx configuration

Hello,

I need to create a web interface to configure my nginx reverse proxy. I
only
know how to configure nginx with the configuration file. Is there
another
way to change the configurations, like a REST API, so I can make it
dynamically?

Any tip will be very helpful,
Thanks.

Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,265742,265742#msg-265742

No there is no rest api for generating nginx config dynamically.

Please see below link for other options:

http://stackoverflow.com/questions/15277453/any-good-way-to-programmatically-change-nginx-config-file-from-python

Thanks for your answer! It was exactly what I wanted. I’ll use
nginx-conf.

Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,265742,265769#msg-265769