location /get_text { default_type text/html; return 200 'This is text!'; }
location /get_json { default_type application/json; return 200 '{"status":"success","result":"nginx json"}'; }
← Location规则 安装 →