API Gateway for Connect
$ brew install openresty/brew/openresty
default.conf
is the main file to be used by OpenResty. In its default image, OpenResty looks for nginx.conf
in /usr/local/openresty/nginx/conf/nginx.conf
. This nginx.conf
contains include
directive that reads configuration files in /etc/nginx/conf.d/
directory.
$ source scripts/env-local.sh
$ make conf
$ source scripts/env-docked.sh
$ make conf
$ make docker-build
$ make run
$ docker compose up