1
Niphor Dec 29, 2016
echo ?
|
2
yangg Dec 29, 2016
echo 好像是 openresty 的,可以直接 return "Just a test!"
|
3
nlzy Dec 29, 2016 via iPhone location = /test {
default_type text/plain; return 200 "Just a test!"; } |