aaP_it0 Just curious how to activate built-in aapanel FastCGI Nginx, when i read this tutorial https://www.aapanel.com/forum/d/593-how-to-enable-fastcgi-cache-for-wordpress-with-aapanel i check all FastCGI Nginx syntax already in there if i am not wrong totally there is 4 file in nginx.conf i check there is code #AAPANEL_FASTCGI_CONF_BEGIN fastcgi_cache_key "$scheme$request_method$host$request_uri"; fastcgi_cache_path /dev/shm/nginx-cache levels=1:2 keys_zone=CST:100m inactive=60m max_size=1g; fastcgi_cache_use_stale error timeout invalid_header http_500; fastcgi_ignore_headers Cache-Control Expires Set-Cookie; enable-php-74-wpfastcgi.conf fastcgi.conf enable-php.conf so how i can activate this thank you