php - linux nginx tomcat integration. What does expires 30d for filtering static files mean?
阿神
阿神 2017-05-16 13:02:22
0
2
408

< /p>

What do 30d and 1h mean?

阿神
阿神

闭关修行中......

reply all(2)
漂亮男人

nginxexpire指令是 控制页面缓存.

The expires directive can control the "Expires" and "Cache-Control" headers in the HTTP response (which controls page caching)

Refer to expires to control page caching

Official documentation nginx expire directive

我想大声告诉你

Simply put, it is to control the cache time of static resource files in the browser, without having to download them from the server every time you request

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template