Fix erroneous protocol prefix

This commit is contained in:
Joey Hafner 2024-08-08 12:25:36 -07:00
parent c13727ce56
commit 557be69e3f
No known key found for this signature in database

View File

@ -10,6 +10,6 @@ tcp:
silver-hand:
loadBalancer:
servers:
- address: "http://192.168.1.31:80"
- address: "http://192.168.1.32:80"
- address: "http://192.168.1.33:80"
- address: "192.168.1.31:80"
- address: "192.168.1.32:80"
- address: "192.168.1.33:80"