summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsahbabou <sahbabou@gitlab.com>2019-02-06 16:50:20 -0800
committersahbabou <sahbabou@gitlab.com>2019-02-06 16:50:20 -0800
commitac73fb738a582eb943efa447104b035c4a7939d5 (patch)
tree249e5c25e58719b328ed4c9ceae6e013dc41299d
parent91b1e9dc77eea57535e1f43c6f32d60d0ee34217 (diff)
downloadgitlab-ce-docs-add-nginx-note.tar.gz
Added correct syntax in nginx suggestion boxdocs-add-nginx-note
-rw-r--r--doc/install/installation.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 1f65e3415d1..2c7af0e7b03 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