redash configured in nginx conf file with server location is duplicating the url path #6777
Unanswered
rajnathsah
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
You also need to proxy pass /api end point to the redash server. I have redash working behind a reverse proxy using path based routing. Will share working nginx configuration tomorrow morning |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My nginx conf file entry for redash
This work for the server but when i refresh my page. On first access, i see url like this http://localhost/redash/
but on sub-sequent refresh redash gets appended, After multiple refresh, url looks like below.
http://localhost/redash/redash/redash/redash/redash/redash/redash/redash/redash/
Is there anything wrong with my redash configuration?
Beta Was this translation helpful? Give feedback.
All reactions