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