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


   > 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
   > ```
   
   i have just done that but it can't help me to sloving this problem .i don't 
know how where the error came from 


-- 
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