You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-28 08:02:00 +03: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}}
|