Skip to content

Commit

Permalink
[doc] added setting X-Forwarded-Proto to https behind reverse proxy w…
Browse files Browse the repository at this point in the history
…ith ssl encryption; fixes apache#3655
  • Loading branch information
rumbin committed Dec 1, 2017
1 parent 0284565 commit 7057254
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ If the load balancer is inserting X-Forwarded-For/X-Forwarded-Proto headers, you
should set `ENABLE_PROXY_FIX = True` in the superset config file to extract and use
the headers.

In case that the reverse proxy is used for providing ssl encryption,
an explicit definition of the `X-Forwarded-Proto` may be required.
For the Apache webserver this can be set as follows: ::

RequestHeader set X-Forwarded-Proto "https"

Configuration
-------------
Expand Down

0 comments on commit 7057254

Please sign in to comment.