All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 38s
4 lines
140 B
Smarty
4 lines
140 B
Smarty
#Let's Encrypt SSL
|
|
acl letsencrypt-acl path_beg /.well-known/acme-challenge/
|
|
use_backend letsencrypt-backend if letsencrypt-acl
|