Default to pdf type for ogdo files

This commit is contained in:
jaina heartles 2024-04-20 02:08:01 -07:00
parent c35085fca4
commit 6920e76c13
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
locations."~ ^/.+" = {
root = "/srv/ogdo/served-files";
tryFiles = "$uri =404";
extraConfig = ''
default_type application/pdf;
'';
};
};
};