From bf3c8c2b1ac1fd9fca06dc725b3ca01f542ea89a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 6 Jul 2018 00:12:38 +0200 Subject: mod_http: Silecence harmless warnings --- plugins/mod_http.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/mod_http.lua') diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua index 3f7190d2..7fa55b01 100644 --- a/plugins/mod_http.lua +++ b/plugins/mod_http.lua @@ -67,8 +67,8 @@ function moduleapi.http_url(module, app_name, default_path) end local services = portmanager.get_active_services(); local http_services = services:get("https") or services:get("http") or {}; - for interface, ports in pairs(http_services) do - for port, services in pairs(ports) do + for interface, ports in pairs(http_services) do -- luacheck: ignore 213/interface + for port, services in pairs(ports) do -- luacheck: ignore 512 local url = { scheme = (external_url.scheme or services[1].service.name); host = (external_url.host or module:get_option_string("http_host", module.host)); -- cgit v1.2.3