mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Add skeleton for mod_http2 so it is recognized
This commit is contained in:
8
apache/mod_http2.pl
Executable file
8
apache/mod_http2.pl
Executable file
@@ -0,0 +1,8 @@
|
||||
# mod_http2.pl
|
||||
|
||||
sub mod_http2_directives
|
||||
{
|
||||
$rv = [ ];
|
||||
return &make_directives($rv, $_[0], "mod_http2");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user