Can not enable git repositories with nginx

I get this error when I try to enable git for a domain:

Failed to modify server : Git cannot be enabled unless a website is

Is there a way to get this to work using nginx for a web server?

Status: 
Closed (fixed)

Comments

Unfortunately, the Git web integration requires that the webserver support CGI scripts, which Nginx does not.

To use the Git module, you would need to be using Apache as a webserver.

ok thank for the info.