diff options
author | Marcia Ramos <marcia@gitlab.com> | 2019-02-07 10:29:12 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-02-07 10:29:12 +0000 |
commit | 7ff3c24ad2f02e60f1ced8d4370115d6a2d8b605 (patch) | |
tree | 773eb17463f4a42fa155197a489b2da3d3419d39 /doc/install | |
parent | 198ba5a05134bdb2047bb7cd28e91e2116119cf7 (diff) | |
parent | ac73fb738a582eb943efa447104b035c4a7939d5 (diff) | |
download | gitlab-ce-7ff3c24ad2f02e60f1ced8d4370115d6a2d8b605.tar.gz |
Merge branch 'docs-add-nginx-note' into 'master'
docs: added note to review/upgrade nginx
See merge request gitlab-org/gitlab-ce!24944
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 45a76bd1d01..e36bc6e889a 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -691,6 +691,11 @@ sudo nginx -t You should receive `syntax is okay` and `test is successful` messages. If you receive errors check your `gitlab` or `gitlab-ssl` Nginx config file for typos, etc. as indicated in the error message given. +NOTE: **Note:** +Verify that the installed version is greater than 1.12.1 by running `nginx -v`. If it's lower, you may receive the error below: +`nginx: [emerg] unknown "start$temp=[filtered]$rest" variable +nginx: configuration file /etc/nginx/nginx.conf test failed` + ### Restart ```sh |