diff --git a/src/main/java/com/nis/web/controller/configuration/proxy/InterceptController.java b/src/main/java/com/nis/web/controller/configuration/proxy/InterceptController.java index f2f651774..dfa259578 100644 --- a/src/main/java/com/nis/web/controller/configuration/proxy/InterceptController.java +++ b/src/main/java/com/nis/web/controller/configuration/proxy/InterceptController.java @@ -210,8 +210,8 @@ public class InterceptController extends CommonController { if(StringUtils.isNotBlank(allow_http2)){ map.put("allow_http2", Integer.parseInt(allow_http2.trim())); }else { - allow_http2="1"; - map.put("allow_http2", 1); + allow_http2="0"; + map.put("allow_http2", 0); } if("0".equals(mirror_client)) { if(StringUtils.isNotBlank(min)){