Browse Source

Fixing invalid spacing in envoy yaml.

pull/1361/head
mike12345567 5 years ago
parent
commit
b0cc2ec29c
  1. 4
      hosting/envoy.dev.yaml

4
hosting/envoy.dev.yaml

@ -30,8 +30,8 @@ static_resources:
route:
cluster: server-dev
- match: { prefix: "/app_" }
route:
- match: { prefix: "/app_" }
route:
cluster: server-dev
- match: { prefix: "/builder/" }

Loading…
Cancel
Save