Moved v3 code from NginxProxyManager/nginx-proxy-manager-3 to NginxProxyManager/nginx-proxy-manager
This commit is contained in:
6
backend/embed/nginx/_forced_ssl.conf.hbs
Normal file
6
backend/embed/nginx/_forced_ssl.conf.hbs
Normal file
@ -0,0 +1,6 @@
|
||||
{{#if certificate}}
|
||||
{{#if ssl_forced}}
|
||||
# Force SSL
|
||||
include {{nginx_conf_dir}}/npm/conf.d/include/force-ssl.conf;
|
||||
{{/if}}
|
||||
{{/if}}
|
Reference in New Issue
Block a user