6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
location /app1 {
|
|
default_type "text/plain";
|
|
content_by_lua_block {
|
|
ngx.say("app1")
|
|
}
|
|
} |