Skip to content
Snippets Groups Projects

Make gitlab-git-http-server work with nginx

Closed Stan Hu requested to merge add-rule-for-gitlab-git-http-server into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -35,5 +35,9 @@ http {
location / {
proxy_pass http://gitlab;
}
location ~ [-\/\w\.]+\.git\/ {
proxy_pass http://gitlab-git-http-server;
}
}
}
Loading