diff --git a/vrel.lua b/vrel.lua index f21cdff..cf1b752 100644 --- a/vrel.lua +++ b/vrel.lua @@ -221,17 +221,17 @@ httpd.start(config.address or "*", config.port or 8155, { -- Pages ["/([^/]*)"] = function(request, name) if forbiddenName[name] then return end if #name == 0 then return { cache = config.cacheDuration or 3600, "200 OK", {["Content-Type"] = "text/html"}, [[