From b2bb93bcf877874166df858bbc9d44dc1ec1b8e4 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 4 Jul 2022 12:16:35 +0200 Subject: [PATCH] examples - fix docker-configs again --- examples/docker-configs/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/docker-configs/docker-compose.yml b/examples/docker-configs/docker-compose.yml index ee0ed4c1c..a34bee871 100644 --- a/examples/docker-configs/docker-compose.yml +++ b/examples/docker-configs/docker-compose.yml @@ -40,7 +40,7 @@ services: # site configs applied at server context - | app1.example.com_CUSTOM_CONF_SERVER_HTTP_dummy= - location /app1 { + location = /app1 { default_type 'text/plain'; content_by_lua_block { ngx.say('hello app1') @@ -48,7 +48,7 @@ services: } - | app2.example.com_CUSTOM_CONF_SERVER_HTTP_dummy= - location /app2 { + location = /app2 { default_type 'text/plain'; content_by_lua_block { ngx.say('hello app2')