init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#
|
||||
location ~* @.*\.html$ {
|
||||
internal;
|
||||
# disable browser cache, php manage file
|
||||
expires -1y;
|
||||
add_header X-Bitrix-Composite "Nginx (file)";
|
||||
}
|
||||
#
|
||||
Reference in New Issue
Block a user