Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

Could Nginx stream support FTP PASSIVE? (1 reply)

$
0
0
Dears,
Could Nginx stream support FTP PASSIVE?

#er nobody;
worker_processes 4;

#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;

#pid logs/nginx.pid;

events {
worker_connections 1024;
}

stream
{
upstream port21
{
server 10.122.x.x:21 weight=1;
server 10.122.x.xx:21 weight=1;
}
server
{ listen 21;
proxy_connect_timeout 60;
proxy_pass port21;
}
}
BR
Felix zhang
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>