Synk fra arbeidsrepoet

This commit is contained in:
Vaultnord
2026-08-30 02:00:54 +02:00
parent 1a8681e4ef
commit 220e44ce3e
3 changed files with 7 additions and 0 deletions
+7
View File
@@ -40,6 +40,13 @@ server {
return 200 "ok\n";
}
# Klientens egne ikoner byttes ut på filnivå. Da slipper vi å kjempe mot
# manifest og Angular om hva som havner i fanen - de får rett og slett
# aldri Bitwardens filer.
location = /images/favicon-32x32.png { alias /brand/favicon.png; }
location = /images/favicon-16x16.png { alias /brand/favicon-16.png; }
location = /images/apple-touch-icon.png { alias /brand/apple-touch-icon.png; }
location /_vaultnord/ {
alias /brand/;
expires 1h;