11 Commits

Author SHA1 Message Date
Sameer Naik
0cc533790c install: store gitlab vhost access logs at /var/log/gitlab/nginx/ 2014-10-17 23:59:08 +05:30
Sameer Naik
9637023441 upgrade to gitlab-ce 7.3.0.rc1 2014-09-22 11:30:00 +05:30
Sameer Naik
96c964ed0d added NGINX_X_FORWARDED_PROTO configuration option 2014-08-30 13:04:37 +05:30
Sameer Naik
bc430492c6 fix nginx static route handling when GITLAB_RELATIVE_URL_ROOT is used.
nginx was not configured correctly to handle static routes due to
which user uploaded files (in issues/wiki/avatar) were not being
displayed.

This issue was particularly visible when gitlab was configured to
use a relative url root.

This commit fixes the issue.
2014-08-26 00:41:10 +05:30
Sameer Naik
421018d563 fix relative root access without the trailing '/' character
if GITLAB_RELATIVE_URL_ROOT was configured (e.g. /gitlab), the application
was not accessible at http://git.local.host/gitlab. The trailing '/'
character was required.

This commit fixes the issue.
2014-08-26 00:25:41 +05:30
Sameer Naik
efb421e757 defined macros for path variables 2014-08-25 19:53:27 +05:30
Sameer Naik
de83671531 upgrade to gitlab v.7.0.0-rc1 2014-06-20 15:58:42 +05:30
Shu Sugimoto
8eda25cdf9 add GITLAB_RELATIVE_URL_ROOT configuration option 2014-05-22 10:53:42 +09:00
Sameer Naik
2dd26817a0 added NGINX_MAX_UPLOAD_SIZE configuration option 2014-05-13 14:49:30 +05:30
Sameer Naik
0c20a30560 upgraded to gitlab-ce version 6.8.0 2014-04-22 22:32:06 +05:30
Sameer Naik
5c0ba7d666 moved config directory back inside assets directory 2014-04-22 16:42:26 +05:30