# Mock upstream B for the multi-base_url e2e (see a.conf). server { listen 80; location / { default_type text/plain; return 200 "UPSTREAM-B"; } }