syazwan0913 commented on issue #8160:
URL: https://github.com/apache/superset/issues/8160#issuecomment-828963934


   You need to add this line inside your Nginx config
   `proxy_set_header X-Forwarded-Proto https;`
   
   Also in `superset_config.py` you must enable this:
   ```
   ENABLE_PROXY_FIX = True
   PROXY_FIX_CONFIG = {"x_for": 1, "x_proto": 1, "x_host": 1, "x_port": 1, 
"x_prefix": 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to