/etc/php/8.3/fpm/pool.d/domain.com.conf
/home/admin/conf/web/domain.com/nginx.ssl.conf
i have created /home/admin/conf/web/domain.com/nginx.ssl.conf_static
with location ~* .(ogg|ogv|svg|svgz|swf|eot|otf|woff|woff2|mov|mp3|mp4|webm|flv|ttf|rss|atom|jpg|jpeg|gif|png|webp|ico|bmp|mid|midi|wav|rtf|css|js|jar)$ {
expires 300d;
fastcgi_hide_header “Set-Cookie”;
access_log off;
add_header Cache-Control “public, no-transform”;
} but that is not applied still i get default 30d
/etc/php/8.3/fpm/pool.d/domain.com.conf also opcache settings lost please help