ibotheperfect edited a comment on issue #8686:
URL:
https://github.com/apache/incubator-superset/issues/8686#issuecomment-691641399
We have same issue with 0.37 and using nginx proxy. Setting ENABLE_PROXY_FIX
= True didn't help.
Edit:
Setting x_port to 0 solved issue for me. Here is my all setting
```
ENABLE_PROXY_FIX=True
PROXY_FIX_CONFIG = {"x_for": 1, "x_proto": 1, "x_host": 1, "x_port": 0,
"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]