mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
7 lines
116 B
Text
7 lines
116 B
Text
|
|
location /hello {
|
||
|
|
default_type 'text/plain';
|
||
|
|
content_by_lua_block {
|
||
|
|
ngx.say('Hello World!')
|
||
|
|
}
|
||
|
|
}
|