Merge pull request #279 from GottZ/patch-1

added X-Forwarded-Ssl: on to the reverse proxy documentation
This commit is contained in:
Sameer Naik 2015-03-23 14:28:12 +05:30
commit a20639e4aa

View File

@ -552,6 +552,10 @@ docker run --name=gitlab -d -p 10022:22 -p 10080:80 \
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.