Removing access logs on PHP-FPM
Coupled with:
Goal: Stop logging unnecessary access logs on php-fpm, these do not present any value but create logs which are stored on ES, occupying needed space.
Example access log from php-fpm:
+0000 "GET /_site/_php-fpm-status" 200
+0000 "GET /_site/_php-fpm-status" 200
+0000 "GET /_site/_php-fpm-status" 200
+0000 "GET /_site/_php-fpm-status" 200
+0000 "GET /index.php" 204
Merge request reports
Activity
Please register or sign in to reply