git: a539a2d6519c - 2024Q2 - www/gitlab-pages: correct path in sample config to gitlab installation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Apr 2024 15:30:58 UTC
The branch 2024Q2 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=a539a2d6519c43939b4aa70d2309a570d2393180 commit a539a2d6519c43939b4aa70d2309a570d2393180 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-04-21 16:55:15 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-04-23 15:30:42 +0000 www/gitlab-pages: correct path in sample config to gitlab installation (cherry picked from commit d4351133bbb6aae72ccea02b19223303fe02be56) --- www/gitlab-pages/files/patch-gitlab-pages.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/gitlab-pages/files/patch-gitlab-pages.conf.sample b/www/gitlab-pages/files/patch-gitlab-pages.conf.sample index d73eae49370e..4921b5462ae6 100644 --- a/www/gitlab-pages/files/patch-gitlab-pages.conf.sample +++ b/www/gitlab-pages/files/patch-gitlab-pages.conf.sample @@ -2,8 +2,8 @@ +++ 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-root=%%PREFIX%%/www/gitlab/shared/pages ++api-secret-key=%%PREFIX%%/www/gitlab/.gitlab_pages_secret +pages-domain=pages.example.com +internal-gitlab-server=https://gitlab.example.com +