mingmingshiliyu

Results 34 comments of mingmingshiliyu

so ridiculous! today I tried this,the same problem exists still.

> [prometheus/exporter-toolkit#151](https://github.com/prometheus/exporter-toolkit/pull/151), someone is working hard on this 😄 dude,is there any progress on prometheus operator basic_auth? i saw you committed some code,was that workable for this issue?

> It looks like you may be issuing Schema Registry's certificate from the wrong CA. Honestly, for this use case you can probably use the same root CA certificate for...

> @araddon Thanks! maybe it can't deal more complex configuration just like nginx.conf, I should seek another program to deal it! have you found a better one?

> Hi, > > Sure! Feel free to send a PR updating the documentation so it is more understandable for users :D hey, how to config mtls between producer client...

> my code that was used to exctract the output i used above: > > ```go > client, err := armcontainerservice.NewManagedClustersClient(subscription.Id, auth(id), nil) > core.OnErrorFail(err, "failed to create client") >...

you should make it surrounded by http{} block

I use your case like nginx.conf ``` shell http{ server { # My comment here server_name domain.name; listen 443; location /api0 { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Scheme...

And I`m doubt about using gonginx or go-crossplane to parse configuration,maybe not only nginx.conf in the future,Do you have any advices?