当我更改nginx用户时
用户root admin;
worker_processes 2;
在nginx.conf中,重启MAMP后将重置为缺省值root admin。我如何正确地改变它...
发布于 2015-12-15 20:33:20
NGINX
PHP-FPM
编辑php-fpm.conf并将用户和组设置为heregroup。
https://stackoverflow.com/questions/34288846
相似问题