会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
守望人间
博客园
首页
新随笔
联系
订阅
管理
2021年12月26日
nginx 返回 json 文件
摘要: POST 请求 nginx 返回 json 文件,配置如下: ```conf location /path { default_type application/json; alias json文件所在目录; index json文件.json; error_page 405 =200 \$uri;
阅读全文
posted @ 2021-12-26 21:01 守望人间
阅读(2653)
评论(1)
推荐(1)
公告