国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

nginx - php-fpm configuration is invalid
過去多啦不再A夢
過去多啦不再A夢 2017-05-16 17:25:50
0
1
749

The php-fpm configured under Ubuntu, the configuration is located under the pool.d directory. I have written two before, and there were no problems. However, after writing the new one, the startup is invalid, and the process can only be viewed. The previous configuration is valid. The following is my configuration:

[alumnus]

listen = 127.0.0.1:9000
user = www-data
group = www-data
listen.owner = www-data
listen.group = www-data
pm = dynamic
pm.max_children = 10
pm.start_servers = 3
pm.min_spare_servers = 1
pm.max_spare_servers = 10
daemonize = yes
listen.mode = 0666
過去多啦不再A夢
過去多啦不再A夢

reply all(1)
大家講道理

I solved it myself. The configuration file naming problem was because the file in fpm’s pool.d directory must end with .conf, but I didn’t add it, so it kept failing

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template