Can someone share good workflow for nginx to setup in dev|stage|production? Also I have different subdomains for the services in dev|stage|production. Currently I see it a lot of work to keep all these virtual hosts in sync eventhough they share most of the code. Mine is not on docker but simpple plain nginx alone. I have around 4 main production urls and around 12 others for other than production. So i end up currently managing 16 .conf files. Its not allowing me to moduralize with variables properly as it needs all at compile time.