在nginx中配置阻止某http请求

location /lims-peizhigl/api/System/server-time {
proxy_http_version 1.1;
default_type application/json;
return 200 '';
}

posted on 2023-02-18 11:16  老有所依  阅读(827)  评论(0)    收藏  举报

导航