Hi folks!
I want to run Portainer, but it needs the port 9000
Port 9000 is being used by php5, which is configured in /etc/php5/fpm/pool.d/www.conf
Just changing the port to another (unused) one and restarting ee stack reload --php
broke PHP5 websites
What else do I have to change to get php5-fpm away from port 9000?
EDIT:
I found out that editing the settings in /etc/nginx/conf.d/upstream.conf
to the new port solved it. I did a simple ee stack reload --php
and ee stack reload --nginx
and it works now
Still waiting for a confirm if I should take care of something else I now use the port 9002, as it hasn’t been used via
netstat -tulpn