4 lines
115 B
Text
4 lines
115 B
Text
|
|
# %HOSTNAME%:
|
|
acl https_%HOSTNAME% req_end(host) -i %HOSTNAME%
|
|
use_backend %HOSTNAME% if https_%HOSTNAME%
|