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; }