Skip to content

Commit

Permalink
Merge pull request getredash#1243 from kassyuz/patch-1
Browse files Browse the repository at this point in the history
Create proxy_pass.rst
  • Loading branch information
arikfr authored Nov 15, 2016
2 parents 29a2fb1 + d5b374c commit e0617d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/misc/proxy_pass.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
HTTPS proxy pass for Nginx in HTTP without change to SSL Re:dash setup
===========

Webserver HTTPS >> Re:dash HTTP

When you have a web server with SSL (Apache, HaProxy, other nginx, etc) you can setup HTTPS proxy pass from web server to Re:dash nginx. Follow the steps below:

You must have change (``proxy_set_header X-Forwarded-Proto``), from (``$scheme``) to (``https``), this change force nginx set https for all requests.

0 comments on commit e0617d9

Please sign in to comment.