klesh commented on issue #2279:
URL: 
https://github.com/apache/incubator-devlake/issues/2279#issuecomment-1173309237

   Note that in `config-ui/nginx.conf`, we have the following section:
   
   ```
     location /grafana {
       rewrite /grafana(.*)$ ${GRAFANA_ENDPOINT}$1;
     }
   ```
   
   which effectively redirect URL path starts with `/grafana` to another
   host defined by `GRAFANA_ENDPOINT` environment variable of the
   container, and the prefix `/grafana` would be trimmed. i.e.
   
   let say, for `config-ui` container, the `GRAFANA_ENDPOINT` is set to
   `http://grafana`.
   when a user try to access `http://config-ui/grafana/hello_world`, he/she
   would be redirected to `http://grafana/hello_world`
   
   
   On 22/07/03 08:25PM, Ji Bin wrote:
   > I'm using a Linux server to deploy for it, I have an M1 based Macbook, 
I'll try using `make configure-dev` on it to have more investigation.
   > 
   > -- 
   > Reply to this email directly or view it on GitHub:
   > 
https://github.com/apache/incubator-devlake/issues/2279#issuecomment-1173296828
   > You are receiving this because you are subscribed to this thread.
   > 
   > Message ID: ***@***.***>
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to