如何配置nginx同时运行不同版本的php-fpm

在/usr/local/php/etc/php-fpm.conf里找到

listen = 127.0.0.1:9000

将端口9000修改为9001

在相应的nginx配置里也做同样的端口修改

你可能感兴趣的:(PHP,nginx)