Description
When apisix start it creates a file ngnx.conf inside /usr/local/apisix/conf. I want my filesystem to be readonly in k8s pod. apisix start fails when filesystem is readonly because it is trying to create nginx.conf.
How to specify a different folder other than/usr/local/apisix/conf for configuration files.
Environment
- APISIX version 3.8.0:
- Operating system Linux:
- OpenResty / Nginx version openresty/1.21.4.2:
Description
When apisix start it creates a file ngnx.conf inside /usr/local/apisix/conf. I want my filesystem to be readonly in k8s pod. apisix start fails when filesystem is readonly because it is trying to create nginx.conf.
How to specify a different folder other than/usr/local/apisix/conf for configuration files.
Environment