Update default
This commit is contained in:
@@ -23,6 +23,13 @@
|
|||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /lua-test {
|
||||||
|
default_type 'text/plain';
|
||||||
|
content_by_lua_block {
|
||||||
|
ngx.say('Hello, world!')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
location /denied/ {
|
location /denied/ {
|
||||||
return 403;
|
return 403;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user