pull down to refresh

If you ever set up php-fpm on a Linux system, you might be aware that we need to configure the pool settings in the www.conf file. If you want to have a quick view of what is the configuration, the www.conf is pretty huge and contains a lot of comments.
To quickly print out a concise view of the configurations we can make use of the -tt option available in the fpm command. Here is a sample output of the command.