mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2025-07-25 11:02:34 +00:00
7 lines
135 B
Handlebars
7 lines
135 B
Handlebars
{{#if certificate}}
|
|
{{#if ssl_forced}}
|
|
# Force SSL
|
|
include {{nginx_conf_dir}}/npm/conf.d/include/force-ssl.conf;
|
|
{{/if}}
|
|
{{/if}}
|