From 3db3d9274cbacf66819fc120246fbcd73da24716 Mon Sep 17 00:00:00 2001 From: Jan-Stefan Janetzky Date: Sun, 22 Mar 2015 00:16:36 +0100 Subject: [PATCH] slight change to my previous commit i moved it one line down and mentioned OAUTH --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66d852ca..746fdd57 100644 --- a/README.md +++ b/README.md @@ -550,11 +550,12 @@ docker run --name=gitlab -d -p 10022:22 -p 10080:80 \ sameersbn/gitlab:7.8.4 ``` -In case Gitlab responds to any kind of POST request (login, project settings etc.) with a 422 HTTP Error, consider adding this to your reverse proxy configuration: -`proxy_set_header X-Forwarded-Ssl on;` (nginx format) - Again, drop the `-e 'SSL_SELF_SIGNED=true'` option if you are using CA certified SSL certificates. +In case Gitlab responds to any kind of POST request (login, OAUTH, changing settings etc.) with a 422 HTTP Error, consider adding this to your reverse proxy configuration: + +`proxy_set_header X-Forwarded-Ssl on;` (nginx format) + #### Establishing trust with your server This section deals will self-signed ssl certificates. If you are using CA certified certificates, your done.