forked from stove/dataset
14 lines
333 B
YAML
14 lines
333 B
YAML
|
address: %%ip_eth0
|
||
|
nginx_default_http: %slurp
|
||
|
%if %%getVar('nginx_default_http', False) and not %%getVar('revprox_client_external_domainnames', None)
|
||
|
true
|
||
|
%else
|
||
|
false
|
||
|
%end if
|
||
|
nginx_default_https: %slurp
|
||
|
%if %%getVar('nginx_default_https', False) and not %%getVar('revprox_client_external_domainnames', None)
|
||
|
true
|
||
|
%else
|
||
|
false
|
||
|
%end if
|