mod_firewall: Also handle HTTPS for lists
authorMatthew Wild <mwild1@gmail.com>
Mon, 20 Feb 2017 09:26:27 +0000
changeset 2527 a3a18d09ae8a
parent 2526 72cbec103709
child 2528 0404476ecfe3
mod_firewall: Also handle HTTPS for lists
mod_firewall/definitions.lib.lua
--- a/mod_firewall/definitions.lib.lua	Mon Feb 20 09:26:16 2017 +0000
+++ b/mod_firewall/definitions.lib.lua	Mon Feb 20 09:26:27 2017 +0000
@@ -136,6 +136,7 @@
 		end;
 	};
 };
+list_backends.https = list_backends.http;
 
 local function create_list(list_backend, list_def, opts)
 	if not list_backends[list_backend] then