summaryrefslogtreecommitdiff
path: root/workhorse/config.toml.example
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-25 15:08:44 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-25 15:08:44 +0000
commit29516285ebf20d2c9836d5263f9d3fba21d04a95 (patch)
treecb88f9184fd4bd12e97a3207eaa9d774014d7679 /workhorse/config.toml.example
parent52eb17ad859d778104993ee0edfa9c034e59af80 (diff)
downloadgitlab-ce-29516285ebf20d2c9836d5263f9d3fba21d04a95.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'workhorse/config.toml.example')
-rw-r--r--workhorse/config.toml.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/workhorse/config.toml.example b/workhorse/config.toml.example
index 27dc29ee078..1457e20ed88 100644
--- a/workhorse/config.toml.example
+++ b/workhorse/config.toml.example
@@ -20,3 +20,13 @@ URL = "unix:/home/git/gitlab/redis/redis.socket"
[image_resizer]
max_scaler_procs = 4 # Recommendation: CPUs / 2
max_filesize = 250000
+
+[[listeners]]
+ network = "tcp"
+ addr = "127.0.0.1:3443"
+
+[listeners.tls]
+ certificate = "/path/to/certificate"
+ key = "/path/to/private/key"
+ min_version = "tls1.2"
+ max_version = "tls1.3"