Synk fra arbeidsrepoet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user