Hi guys.
recently I am transfer some of my old Application from pure nginx into APISIX,
but I meet a some issue about Directives configuration,
for exmaple: in nginx.conf we have a config
underscores_in_headers off
which allow nginx take underscore in head , while some of our old application
count on that feature.
but after we transfer it into APISIX in docker, we are not allowed to edit
nginx.conf mannuly(unless we edit /usr/bin/apisix)
I come up with a idea to allow user to make any custumized configration with
nginx-built-in directives.
add a sub field named server into nginx_conf field.
Then redener it into nginx.conf with a loop.
And the comfig.yaml is like below