我正在尝试使用Nginx
.
但git instaweb
支持的 web 服务器很少,包括 httpd、apache、webrick 等。
我尝试在 git instaweb 中使用 nginx 作为 http 守护进程,但失败了。
[smit@smit-pc:/src/project]$ git instaweb -d nginx
Unknown httpd specified: nginx
我还尝试.git/config
按照 git-instaweb 手册页中的说明对其进行配置。
[instaweb]
local = true
httpd = nginx
port = 4321
browser = firefox
它也不起作用。有什么办法或破解让它工作吗?