* revision.json cache disable
* wip limit in the headers * DÖNER is has no prio borders anymore, but is reverse ordered by modification time
This commit is contained in:
10
htaccess
10
htaccess
@@ -21,4 +21,12 @@ RewriteRule ^(.*)$ %{ENV:BASE}index.html [NC,L]
|
||||
</Limit>
|
||||
<LimitExcept GET POST PUT DELETE HEAD OPTIONS>
|
||||
Require all denied
|
||||
</LimitExcept>
|
||||
</LimitExcept>
|
||||
|
||||
<Files revision.json>
|
||||
FileETag None
|
||||
Header unset ETag
|
||||
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
|
||||
Header set Pragma "no-cache"
|
||||
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
|
||||
</Files>
|
||||
|
||||
Reference in New Issue
Block a user