You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/03/25 02:00:48 UTC

[GitHub] [skywalking] Maijh97 opened a new issue #6621: Skywalking UI failed through NGINX reverse proxy

Maijh97 opened a new issue #6621:
URL: https://github.com/apache/skywalking/issues/6621


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   Can the Skywalking UI make reverse proxy requests through NGINX? So far, it seems not.
   
   nginx config:
   `        
            location /skywalking/ {
               proxy_pass http://xx.xx.xx.xx:8080/;
           }
   `
   curl http://xx.xx.xx.xx/skywalking/,
   ___
   ### Bug
   - Which version of SkyWalking, OS, and JRE?
   
   - Which company or project?
   
   - What happened?
   If possible, provide a way to reproduce the error. e.g. demo application, component version.
   
   ___
   ### Requirement or improvement
   - Please describe your requirements or improvement suggestions.
   


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



[GitHub] [skywalking] Maijh97 commented on issue #6621: Skywalking UI failed through NGINX reverse proxy

Posted by GitBox <gi...@apache.org>.
Maijh97 commented on issue #6621:
URL: https://github.com/apache/skywalking/issues/6621#issuecomment-806310948


   @wu-sheng  I found out that this wasn't a proxy issue because I did curl http://localhost:8080/ on the server where the Skywalking UI was running and I got something like:   
   `<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>SkyWalking</title><link href=/css/app.bba62f2d.css rel=preload as=style><link href=/js/app.4761da87.js rel=preload as=script><link href=/js/chunk-vendors.8c1cbdce.js rel=preload as=script><link href=/css/app.bba62f2d.css rel=stylesheet></head><body><noscript><strong>We're sorry but SkyWalking doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.8c1cbdce.js></script><script src=/js/app.4761da87.js></script></body></html>`
   However, a review of the logs shows that the Skywalking service is working.


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



[GitHub] [skywalking] wu-sheng commented on issue #6621: Skywalking UI failed through NGINX reverse proxy

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6621:
URL: https://github.com/apache/skywalking/issues/6621#issuecomment-806307701


   Your proxy, your responsibility. We don't provide that.


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



[GitHub] [skywalking] wu-sheng closed issue #6621: Skywalking UI failed through NGINX reverse proxy

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6621:
URL: https://github.com/apache/skywalking/issues/6621


   


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



[GitHub] [skywalking] Maijh97 removed a comment on issue #6621: Skywalking UI failed through NGINX reverse proxy

Posted by GitBox <gi...@apache.org>.
Maijh97 removed a comment on issue #6621:
URL: https://github.com/apache/skywalking/issues/6621#issuecomment-806310948


   @wu-sheng  I found out that this wasn't a proxy issue because I did curl http://localhost:8080/ on the server where the Skywalking UI was running and I got something like:   
   `<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>SkyWalking</title><link href=/css/app.bba62f2d.css rel=preload as=style><link href=/js/app.4761da87.js rel=preload as=script><link href=/js/chunk-vendors.8c1cbdce.js rel=preload as=script><link href=/css/app.bba62f2d.css rel=stylesheet></head><body><noscript><strong>We're sorry but SkyWalking doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.8c1cbdce.js></script><script src=/js/app.4761da87.js></script></body></html>`
   However, a review of the logs shows that the Skywalking service is working.


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