Sonarqube-webhook behind a reverse proxy is giving HTTP Status 404 – Not Found

I have a Jenkins server behind a Nginx reverse proxy and I’m trying to use the sonarqube-webhook plugin. When I try to access by ip everything works, but when I try by reverse proxy not.

It works http://docker-service-name:8080/sonarqube-webhook/

It doesn’t work: http://devops.company.com/sonarqube-webhook/

Is there any configuration needed when using reverse proxy?