mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 12:17:36 +02:00
fixed page expires again
This commit is contained in:
@@ -31,7 +31,7 @@ pages:
|
||||
'>': 'gt'
|
||||
'<': 'lt'
|
||||
types: 'txt|xml|html|json|rss|atom' # Pipe separated list of valid page types
|
||||
expires: 0 # Page expires time in seconds (604800 seconds = 7 days)
|
||||
expires: 604800 # Page expires time in seconds (604800 seconds = 7 days)
|
||||
last_modified: false # Set the last modified date header based on file modifcation timestamp
|
||||
etag: false # Set the etag header tag
|
||||
|
||||
|
||||
Reference in New Issue
Block a user