You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
399 B
11 lines
399 B
# Nginx Configuration - To be placed in the 'apicast.d' folder.
|
|
#
|
|
# We need to add a resolver stanza since the underlying 'lua-resty-logger-socket'
|
|
# module use the nginx resolver and not ours.
|
|
#
|
|
# See https://github.com/openresty/lua-nginx-module#tcpsockconnect
|
|
#
|
|
# On Apicast Docker images, a built-in dnsmasq resolver is embedded
|
|
# and available on localhost port 5353
|
|
#
|
|
resolver 127.0.0.1:5353;
|
|
|