Linxiao Wang

Results 21 comments of Linxiao Wang

nginx配置转发到node服务的端口

在你的hexo 博客中设置一个跳转,用nginx转发到相册服务的端口

I have the similar problem. I use image `apachepulsar/pulsar-manager:v0.1.0` to deploy in k8s. I can not get any data. I also change image `streamnative/pulsar-manager` errror log show below ``` 2020-06-01...

@bhch The server I visited dose not treat the header `Authtoken` and `authtoken` as same way. So I mean I need to keep the original header.

@bhch Thank you for your reply. I have the same idea with you and I have done with overwriting `tornado.httputil._normalized_headers` and monkey patch like this. ``` with mock.patch('tornado.httputil._normalized_headers', _normalized_headers): the...