Update default

This commit is contained in:
𝓙𝓾𝓵𝓲𝓸
2024-05-22 00:45:57 +02:00
committed by GitHub
parent 142468583e
commit 444e23648f
+7
View File
@@ -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;
}