docker run -v conf.d:/etc/nginx/conf.d -p 80:80 openresty/openresty:buster
Hello!I've read manual https://github.com/openresty/docker-openrestyRun docker withdocker run -v conf.d:/etc/nginx/conf.d -p 80:80 openresty/openresty:busterThen when i make get request nginx show me default response
I believe the default OpenResty config doesn't have an `include` for /etc/nginx/conf.d. You'll need to provide the default `nginx.conf` as well, in addition to your configs in `conf.d`.On Wed, Dec 11, 2019 at 7:27 AM Mike Silence <enj....@gmail.com> wrote:Hello!I've read manual https://github.com/openresty/docker-openrestyRun docker withdocker run -v conf.d:/etc/nginx/conf.d -p 80:80 openresty/openresty:busterThen when i make get request nginx show me default response