* 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:
Dávid Danyi
2017-09-01 11:51:34 +02:00
parent 4704a6a0d1
commit 990dbfa565
6 changed files with 54 additions and 17 deletions

View File

@@ -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>