Files
B24-docker/confs/nginx/inc/composite.conf
T
2026-05-20 15:23:05 +03:00

9 lines
157 B
Plaintext

#
location ~* @.*\.html$ {
internal;
# disable browser cache, php manage file
expires -1y;
add_header X-Bitrix-Composite "Nginx (file)";
}
#