Xialijun

Results 3 issues of Xialijun

In my case, when pagequery the collections in mongodb, which size more than 1000, such as `mongoTemplate.find(new Query().limit(1000),xxx.class)` the cost time of querying is too much, and then I find...

status: waiting-for-triage

如题.当使用`https`协议,且是`Let's Encrypt`的`ca`证书会无法识别 - 确认证书在有效期 ![证书状态-1](https://user-images.githubusercontent.com/7012545/197503654-572c81ca-bf25-44e9-984b-1a816b568572.png) ![证书状态-2](https://user-images.githubusercontent.com/7012545/197503727-7751461f-b333-4794-bc9a-aa50608e952f.png) - 请求`https`的的地址出现`ca`问题 ![容器内访问的情况](https://user-images.githubusercontent.com/7012545/197503774-ddefc9b2-c92d-4c5a-8755-0598802c62be.png) 此外,这个会导致`maven build`时发生`jdk`的`PKIX`的认证问题

kind/bug
kind/need to discuss

Allow proxy_host configuration use exteranl port like `com.example.com:8080`. Modify nginx.js ,then it can judge domain_name contains exteranl port with ":",and full listen port in `_listen.conf`. Also in proxy_host.conf,`proxy_set_header Host `...

stale