From c506269ff5656772fdf739c61bf1aceac4fe9060 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 27 Jul 2021 00:13:18 +0200 Subject: Fix various spelling errors (thanks codespell) Also special thanks to timeless, for wordlessly reminding me to check for typos. --- plugins/mod_http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_http.lua') diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua index 682d5ae3..de34cd5f 100644 --- a/plugins/mod_http.lua +++ b/plugins/mod_http.lua @@ -30,7 +30,7 @@ server.set_default_host(module:get_option_string("http_default_host")); server.set_option("body_size_limit", module:get_option_number("http_max_content_size")); server.set_option("buffer_size_limit", module:get_option_number("http_max_buffer_size")); --- CORS settigs +-- CORS settings local opt_methods = module:get_option_set("access_control_allow_methods", { "GET", "OPTIONS" }); local opt_headers = module:get_option_set("access_control_allow_headers", { "Content-Type" }); local opt_credentials = module:get_option_boolean("access_control_allow_credentials", false); -- cgit v1.2.3