Onezino Moreira

Results 7 comments of Onezino Moreira

> Finally, got it working! > > `curl --header "Content-Type: application/json" -X GET 127.0.0.1:9242/metrics` really helped me to track the issue. > > I was getting `rendora_requests_total 5` and `rendora_requests_ssr...

Why you will need that? Some load balance as nginx proxy pass could be use.

good point. Is need to change de dockerfile of headless chrome ?

> User > Apache2 on mydomain.com ->redirects to Rendora on local address and port -> renders site which is served by Apache2 on local address and port Yes you are...

this is a work around: add a replace into your `go.mod` ``` replace github.com/pegasus-kv/thrift v0.14.1 => github.com/pegasus-kv/thrift v0.13.0 ```

:+1: Nice feature. It make sense keep auth in octoparts avoiding every services auth the request.