We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228041e commit 8840f3fCopy full SHA for 8840f3f
lang/en
@@ -495,6 +495,7 @@ tmpl_directives=Adding Nginx config directives
495
tmpl_default=Default (from parent template)
496
tmpl_none=None
497
tmpl_below=Listed below ..
498
+tmpl_section=Nginx webserver
499
500
sysinfo_nginx=Nginx version
501
virtual_feature.pl
@@ -2817,6 +2817,11 @@ sub feature_supports_sni
2817
return $out =~ /TLS\s+SNI\s+support\s+enabled/i ? 1 : 0;
2818
}
2819
2820
+sub template_section
2821
+{
2822
+return ($module_name, $text{'tmpl_section'});
2823
+}
2824
+
2825
# template_input(&template)
2826
# Returns HTML for editing per-template options for this plugin
2827
sub template_input
0 commit comments