Skip to content
Snippets Groups Projects
Commit bdd662ff authored by jurgenhaas's avatar jurgenhaas
Browse files

Replace http_server with workhorse

parent cfbfc0e4
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,9 @@
## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/629def0a7a26e7c2326566f0758d4a27857b52a3/README.md#configuring-the-external-url-for-gitlab
external_url 'https://{{ gitlab_domain }}'
gitlab_git_http_server['listen_network'] = "tcp"
gitlab_git_http_server['listen_addr'] = "127.0.0.1:8181"
gitlab_workhorse['enable'] = true
gitlab_workhorse['listen_network'] = "tcp"
gitlab_workhorse['listen_addr'] = "127.0.0.1:8181"
## Note: configuration settings below are optional.
## Uncomment and change the value.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment