haproxy-letsencrypt-docker.md
... ...
@@ -310,9 +310,9 @@ Add the new domain to haproxy.conf:
310 310
...
311 311
acl logs_hdr hdr(host) -i new.domain.com
312 312
...
313
- use_backend new-container if logs_hdr
313
+ use_backend new-container if logs_hdr
314 314
...
315
- backend new-container
315
+backend new-container
316 316
server new-container1 new-container:6666 resolvers docker check
317 317
```
318 318