Dec 21, 2022
Hey, yeah right config gets picked from `/etc/nginx/conf.d`. But notice this part in nginx.Dockerfile
COPY /config/nginx.conf /etc/nginx/conf.d
This puts it at the right place. I don't remember though why I put the two step part back then instead of just binding it to corrector directory directly.
Does this help ?