From 1e1bab6fb43d6357f06168417152bdf7c9eb7e14 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Thu, 18 Feb 2016 18:12:09 +0530 Subject: [PATCH] define nginx-user --- debian/conf/gitlab-debian.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/conf/gitlab-debian.conf b/debian/conf/gitlab-debian.conf index c42be34d01..ffe1a07beb 100644 --- a/debian/conf/gitlab-debian.conf +++ b/debian/conf/gitlab-debian.conf @@ -9,7 +9,8 @@ gitlab_nginx_log=/var/log/gitlab gitlab_ssl_path=/etc/gitlab/ssl 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=/run/gitlab +nginx_user=www-data +nginx_conf_example=/usr/share/doc/gitlab/nginx.conf.example +nginx_ssl_conf_example_gz=/usr/share/doc/gitlab/nginx.ssl.conf.example.gz