Skip to content
代码片段 群组 项目
提交 07dfd4d1 编辑于 作者: Jacob Vosmaer's avatar Jacob Vosmaer
浏览文件

How to configure a relative URL

上级 96672c5e
No related branches found
No related tags found
无相关合并请求
...@@ -42,6 +42,16 @@ gitlab-workhorse can listen on either a TCP or a Unix domain socket. It ...@@ -42,6 +42,16 @@ gitlab-workhorse can listen on either a TCP or a Unix domain socket. It
can also open a second listening TCP listening socket with the Go can also open a second listening TCP listening socket with the Go
[net/http/pprof profiler server](http://golang.org/pkg/net/http/pprof/). [net/http/pprof profiler server](http://golang.org/pkg/net/http/pprof/).
### Relative URL support
If you are mounting GitLab at a relative URL, e.g.
`example.com/gitlab`, then you should also use this relative URL in
the `authBackend` setting:
```
gitlab-workhorse -authBackend http://localhost:8080/gitlab
```
## Installation ## Installation
To install into `/usr/local/bin` run `make install`. To install into `/usr/local/bin` run `make install`.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册