You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/30 17:15:40 UTC

[GitHub] joharohl commented on issue #1866: Fix hardcoded urls in python and template files.

joharohl commented on issue #1866: Fix hardcoded urls in python and template files.
URL: https://github.com/apache/incubator-superset/pull/1866#issuecomment-333322602
 
 
   Hey @mrpapini 
   
   A solution that will avoid patching the code might be to do rewrites in the html in nginx. The [sub_filter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) module should be able to do the trick. [this](https://stackoverflow.com/questions/32542282/how-do-i-rewrite-urls-in-a-proxy-response-in-nginx) stack overflow looks promising.
   
   Might have a look myself soonish as this would probably be the easiest way of solving this issue.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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