# Mock upstream A for the multi-base_url e2e: any path returns a constant, # upstream-identifying body so round-robin distribution is observable. server { listen 80; location / { default_type text/plain; return 200 "UPSTREAM-A"; } }