update documentation

This commit is contained in:
ansuz
2018-07-18 16:01:27 +02:00
parent f97685cc15
commit 7004f26730
2 changed files with 36 additions and 0 deletions

View File

@@ -85,6 +85,11 @@ server {
try_files $uri =404;
}
location ^~ /block/ {
add_header Cache-Control max-age=0;
try_files $uri =404;
}
location ^~ /datastore/ {
add_header Cache-Control max-age=0;
try_files $uri =404;