From 9216344eed6612da158a9d4dfe364cc218b7b13f Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Sat, 13 Feb 2016 17:56:05 +0530 Subject: [PATCH] introduce gitlab_log_dir and gitlab_pid_path --- debian/conf/gitlab-debian.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/conf/gitlab-debian.conf b/debian/conf/gitlab-debian.conf index 6b7c59847a..6b3bb6eeff 100644 --- a/debian/conf/gitlab-debian.conf +++ b/debian/conf/gitlab-debian.conf @@ -11,3 +11,5 @@ gitlab_shell_root=/usr/share/gitlab-shell gitlab_shell_log=/var/log/gitlab-shell nginx_conf_example=/usr/share/doc/gitlab/nginx.conf.example nginx_ssl_conf_example_gz=/usr/share/doc/gitlab/nginx.ssl.conf.example.gz +gitlab_log_dir=/var/log/gitlab +gitlab_pid_path=/var/run/gitlab