Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to use fastcgi_finish_request(), you should install 'php-fpm' package. Below is the example to install php-fpm on CentOS 7

Code Block
sudo yum -y install php-fpm

In addition, you should modify php.ini as following:

...