mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-10 02:33:56 +08:00
expires. -> expires_
This commit is contained in:
@@ -32,13 +32,10 @@
|
||||
log_not_found: false,
|
||||
limit_req: false,
|
||||
|
||||
expires: {
|
||||
assets: '7d',
|
||||
fonts: '7d',
|
||||
svg: '7d',
|
||||
media: '7d',
|
||||
docs: '7d',
|
||||
},
|
||||
expires_assets: '7d',
|
||||
expires_media: '7d',
|
||||
expires_svg: '7d',
|
||||
expires_fonts: '7d',
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user