From: Neddy, N. N. <na...@nd...> - 2015-09-07 09:33:01
|
Hi, I try to access MooseFS CGI monitor via nginx proxy but no luck. With CGI monitor was started on master server, nginx was configured to pass request to mfscgiserv server { listen 81; location / { proxy_pass http://10.2.192.130:9425; } } But clients only get "502 Bad Gateway" error when open nginx server address in their browser. I wonder did anybody try to do the same thing? Appreciate your advice. |