diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-24 00:08:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-24 00:08:13 +0000 |
commit | 190709c7972f951f53b9fb2b217bd3249a538512 (patch) | |
tree | 49017a8e6bd78f4caad759d111ab8d7ea404f522 /doc/development/workhorse | |
parent | 3cfe75e375685871b57ad16c3ae7a0921c1a82a5 (diff) | |
download | gitlab-ce-190709c7972f951f53b9fb2b217bd3249a538512.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/workhorse')
-rw-r--r-- | doc/development/workhorse/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/workhorse/configuration.md b/doc/development/workhorse/configuration.md index b8f37c845d8..2030ec15b96 100644 --- a/doc/development/workhorse/configuration.md +++ b/doc/development/workhorse/configuration.md @@ -72,7 +72,7 @@ HTTP. 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 -[`net/http/pprof` profiler server](http://golang.org/pkg/net/http/pprof/). +[`net/http/pprof` profiler server](https://pkg.go.dev/net/http/pprof). GitLab Workhorse can listen on Redis build and runner registration events if you pass a valid TOML configuration file through the `-config` flag. |