Hi list need your help
I enabled firewall on VN (linux container) ad my second service stop working
the point is than t use Nginx on 80 port
+ virtual host on port 8089
this port is opened to the world
but i also use php-fpm as a php backend
tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1953/php-fpm
and i cant understand the rule i should add that will allow nginx use my backend on localhost:9000
Thanks
I enabled firewall on VN (linux container) ad my second service stop working
the point is than t use Nginx on 80 port
+ virtual host on port 8089
this port is opened to the world
but i also use php-fpm as a php backend
tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1953/php-fpm
and i cant understand the rule i should add that will allow nginx use my backend on localhost:9000
Thanks