From: 黑铁柱 <kan...@gm...> - 2015-09-08 06:53:13
|
try this server { listen 81; location / { proxy_pass http://10.2.192.130:9425/mfs.cgi; } } 2015-09-07 17:01 GMT+08:00 Neddy, NH. Nam <na...@nd...>: > 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. > > > ------------------------------------------------------------------------------ > _________________________________________ > moosefs-users mailing list > moo...@li... > https://lists.sourceforge.net/lists/listinfo/moosefs-users > |