summaryrefslogtreecommitdiff
path: root/www/gitlab-pages/files/patch-gitlab-pages.conf.sample
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2023-05-30 16:25:52 +0300
committerMatthias Fechner <mfechner@FreeBSD.org>2023-05-30 16:28:38 +0300
commit7cd195b1582f54938e4d9ca88cb3a09f0d9ff44b (patch)
treea0ce770338ca17400ca8aae0d21a8869bc62cfdf /www/gitlab-pages/files/patch-gitlab-pages.conf.sample
parentdevel/gitlab-runner: update to 16.0.1 (diff)
www/gitlab-ce: simplify gitlab-pages documentation and add doce for it
How to configure Gitlab-Pages (currently without TLS) can be found here: https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/install/16.0-freebsd.md#9-gitlab-pages I will check later if TLS configuration is even required if a TLS proxy like haproxy is in front of nginx.
Diffstat (limited to 'www/gitlab-pages/files/patch-gitlab-pages.conf.sample')
-rw-r--r--www/gitlab-pages/files/patch-gitlab-pages.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/gitlab-pages/files/patch-gitlab-pages.conf.sample b/www/gitlab-pages/files/patch-gitlab-pages.conf.sample
new file mode 100644
index 000000000000..d73eae49370e
--- /dev/null
+++ b/www/gitlab-pages/files/patch-gitlab-pages.conf.sample
@@ -0,0 +1,9 @@
+--- gitlab-pages.conf.sample.orig 2023-05-30 05:09:18 UTC
++++ gitlab-pages.conf.sample
+@@ -0,0 +1,6 @@
++listen-http=:8090
++pages-root=%%PREFIX%%/www/gitlab-ce/shared/pages
++api-secret-key=%%PREFIX%%/www/gitlab-ce/.gitlab_pages_secret
++pages-domain=pages.example.com
++internal-gitlab-server=https://gitlab.example.com
++