Infini-DL360/web: stop caching random foxes
This commit is contained in:
parent
4d07a2d793
commit
c7c55dca44
1 changed files with 5 additions and 1 deletions
|
@ -103,7 +103,11 @@ in
|
|||
"random.inx.moe" = ssl-inx // {
|
||||
locations."/" = {
|
||||
root = "/srv/web/files.inx.moe/subject";
|
||||
extraConfig = "random_index on;";
|
||||
extraConfig = ''
|
||||
random_index on;
|
||||
etag off;
|
||||
add_header Cache-Control 'no-cache, no-store, max-age=0';
|
||||
'';
|
||||
};
|
||||
};
|
||||
"old.inx.moe" = ssl-inx-optional // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue