Submitted by kindnation on Tue, 05/20/2014 - 23:30
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
Submitted by andreychek on Wed, 05/21/2014 - 00:18 Comment #1
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.
Submitted by kindnation on Wed, 05/21/2014 - 01:27 Comment #2
ok thank for the info.