![]() |
1
Niphor 2016-12-29 09:57:55 +08:00
echo ?
|
![]() |
2
yangg 2016-12-29 10:09:16 +08:00
echo 好像是 openresty 的,可以直接 return "Just a test!"
|
![]() |
3
nlzy 2016-12-29 10:45:55 +08:00 via iPhone ![]() location = /test {
default_type text/plain; return 200 "Just a test!"; } |