summaryrefslogtreecommitdiff
path: root/doc/update/7.7-to-7.8.md
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-02-20 22:36:19 +0100
committerDouwe Maan <douwe@gitlab.com>2015-02-20 22:36:19 +0100
commit0c4d27e82da8f438d35fcb47241c41522e6b0dce (patch)
tree7487fd844bf84f4e7951e37af8fdc6df398d3e38 /doc/update/7.7-to-7.8.md
parent938a1381fc89d39df9c440aad2f95e3b93d80f3b (diff)
downloadgitlab-ce-0c4d27e82da8f438d35fcb47241c41522e6b0dce.tar.gz
Point out nginx config changes in update guides.
Diffstat (limited to 'doc/update/7.7-to-7.8.md')
-rw-r--r--doc/update/7.7-to-7.8.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/update/7.7-to-7.8.md b/doc/update/7.7-to-7.8.md
index 01b4fc4c992..4196eb8023a 100644
--- a/doc/update/7.7-to-7.8.md
+++ b/doc/update/7.7-to-7.8.md
@@ -75,8 +75,9 @@ git diff origin/7-6-stable:config/gitlab.yml.example origin/7-8-stable:config/gi
#### Change Nginx settings
-* HTTP setups: Make `/etc/nginx/sites-available/gitlab` the same as [`lib/support/nginx/gitlab`](/lib/support/nginx/gitlab) but with your settings
-* HTTPS setups: Make `/etc/nginx/sites-available/gitlab-ssl` the same as [`lib/support/nginx/gitlab-ssl`](/lib/support/nginx/gitlab-ssl) but with your setting
+* HTTP setups: Make `/etc/nginx/sites-available/gitlab` the same as [`lib/support/nginx/gitlab`](/lib/support/nginx/gitlab) but with your settings.
+* HTTPS setups: Make `/etc/nginx/sites-available/gitlab-ssl` the same as [`lib/support/nginx/gitlab-ssl`](/lib/support/nginx/gitlab-ssl) but with your settings.
+* Take special note of the `location /uploads/` section that has been added, the directives from `# gzip off;` up to `proxy_set_header X-Frame-Options SAMEORIGIN;` that have been moved from `location @gitlab` to `server`, and the `gzip on;` directive that has been added to `location ~ ^/(assets)/`.
#### Setup time zone (optional)