Friday, 26 November 2021

Monday, 12 April 2021

Server Blade ThinkSystem SR530

 ...

Referensi

  1. Lenovo ThinkSystem SR530 Server (Xeon SP Gen 1), https://lenovopress.com/lp0639-thinksystem-sr530-server-xeon-sp-gen1

Thursday, 18 February 2021

NGINX Tuning For Best Performance

php-fpm 

upstream php-service {
  server unix:/run/php/php7.4-fpm-01.sock weight=100 max_fails=5 fail_timeout=5;
  server unix:/run/php/php7.4-fpm-02.sock weight=100 max_fails=5 fail_timeout=5;
}

Referensi

  1. NGINX Tuning For Best Performance, https://github.com/denji/nginx-tuning
  2. Performance Tuning NGINX and PHP-fpm for Xenforo , https://sourcecloud.co.uk/blogs/performance-tuning-nginx-and-php-fpm-for-xenforo/