### Describe the bug If you use nginx templating function the filled template can not be saved if `/etc/nginx/conf.d` is not writable. ### To reproduce Steps to reproduce the behavior: 1. Build a NGINX Unprivileged Docker image with an `default.conf.template` in `/etc/nginx/templates` 2. Deploy the container in environment, where only `/tmp` is writable 3. See error in log, that template can not be written to `/etc/nginx/conf.d` ### Expected behavior In a unprivileged environment, I expect, that templates ca be written and used.