mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
6 lines
92 B
Text
6 lines
92 B
Text
location /app2 {
|
|
default_type "text/plain";
|
|
content_by_lua_block {
|
|
ngx.say("app2")
|
|
}
|
|
}
|