mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +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}}
 |