Im new to server administration so forgive me if the answer is obvious. I noticed that in different tutorials in the web people use different directory/location for the pool sock in php-fpm(On CentOS 7). I've seen those: 1.
unix:/var/run/php-fpm/www.sock;
unix:/run/php-fpm/www.sock;
And both directories contain the same files. So wich one is the right one? (i asume there is no better, but why two identical folders?).