Backend proxy name changing in proxy config

This commit is contained in:
2022-09-27 06:45:41 +00:00
parent 1e657cd80b
commit 410875b108

View File

@@ -15,7 +15,7 @@
}, },
"smarthost_loadbalancer": { "smarthost_loadbalancer": {
"letsencrypt": "letsencrypt", "letsencrypt": "letsencrypt",
"backend1": "smarthost_backend1", "backend1": "smarthost_backend-1",
"backend2": "smarthost_backend2" "backend2": "smarthost_backend-2"
} }
} }