From 444e23648fc6c3d045fb1554b5e34c3fa3f2670d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=93=99=F0=9D=93=BE=F0=9D=93=B5=F0=9D=93=B2?= =?UTF-8?q?=F0=9D=93=B8?= Date: Wed, 22 May 2024 00:45:57 +0200 Subject: [PATCH] Update default --- static/default | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/default b/static/default index 542ed02..521b496 100644 --- a/static/default +++ b/static/default @@ -23,6 +23,13 @@ index index.html index.htm; } + location /lua-test { + default_type 'text/plain'; + content_by_lua_block { + ngx.say('Hello, world!') + } + } + location /denied/ { return 403; }