heimdall(caddy): Add factorio.datarift.nl
This commit is contained in:
parent
1ca86d7b32
commit
5a0606b3ed
1 changed files with 14 additions and 0 deletions
|
@ -25,6 +25,20 @@
|
|||
'';
|
||||
};
|
||||
|
||||
"factorio.datarift.nl" = {
|
||||
extraConfig = ''
|
||||
root * /var/www/factorio.datarift.nl
|
||||
encode zstd gzip
|
||||
|
||||
header /index.html Cache-Control nocache
|
||||
header /d-*/* Cache-Control "public, immutable, max-age=31536000"
|
||||
header *.js Cache-Control "public, immutable, max-age=31536000"
|
||||
header /thumbnail.png Cache-Control "public, max-age=604800"
|
||||
|
||||
file_server
|
||||
'';
|
||||
};
|
||||
|
||||
"boskma.frl" = {
|
||||
extraConfig = ''
|
||||
header /.well-known/matrix/* Content-Type application/json
|
||||
|
|
Loading…
Reference in a new issue