diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-07 15:31:13 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-07 15:31:13 -0700 |
commit | 5d5d4ef91a31d39f15662a6a6bd8a314d860e608 (patch) | |
tree | 7a4e7f7f4659f9c15b14df6f7a711b8fb137c8a4 /doc/update/7.2-to-7.3.md | |
parent | f42a1ded99920998a9b63b309adc227485428d2c (diff) | |
download | gitlab-ce-5d5d4ef91a31d39f15662a6a6bd8a314d860e608.tar.gz |
simplify HTTPS setup details
also adds comment about updating nginx files during upgrades
Diffstat (limited to 'doc/update/7.2-to-7.3.md')
-rw-r--r-- | doc/update/7.2-to-7.3.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/update/7.2-to-7.3.md b/doc/update/7.2-to-7.3.md new file mode 100644 index 00000000000..7cc8f8e2ede --- /dev/null +++ b/doc/update/7.2-to-7.3.md @@ -0,0 +1,10 @@ +# From 7.2 to 7.3 + +# GitLab 7.3 has not been released yet! + +This document currently just serves as a place to keep track of updates that will be needed for the 7.3 update. + +### Update config files + +* HTTP setups: Make `/etc/nginx/sites-available/nginx` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-0-stable/lib/support/nginx/gitlab but with your settings. +* HTTPS setups: Make `/etc/nginx/sites-available/nginx-ssl` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-0-stable/lib/support/nginx/gitlab-ssl but with your setting
\ No newline at end of file |