dataset/seed/nginx-common/templates/nginx-common.yml

14 lines
333 B
YAML
Raw Normal View History

2022-08-19 20:30:13 +02:00
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