You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/11/22 01:14:34 UTC

[GitHub] [incubator-superset] maltoze commented on issue #8160: In HTTPS Change of data source not working on Table and Dashboards

maltoze commented on issue #8160: In HTTPS Change of data source not working on Table and Dashboards
URL: https://github.com/apache/incubator-superset/issues/8160#issuecomment-557343651
 
 
   @syazwan0913 This worked for me.
   ```python
   # superset/config.py
   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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org