Skip to content

Commit

Permalink
examples - fix docker-configs again
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Jul 4, 2022
1 parent 2b59086 commit b2bb93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/docker-configs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ 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')
}
}
- |
app2.example.com_CUSTOM_CONF_SERVER_HTTP_dummy=
location /app2 {
location = /app2 {
default_type 'text/plain';
content_by_lua_block {
ngx.say('hello app2')
Expand Down

0 comments on commit b2bb93b

Please sign in to comment.