fix(syncthing): alternative config should be empty set, not null
This commit is contained in:
parent
6328d80bdf
commit
f98b6fe4a7
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ in
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
null;
|
{ };
|
||||||
|
|
||||||
caddy.virtualHosts.${hostname}.extraConfig = ''
|
caddy.virtualHosts.${hostname}.extraConfig = ''
|
||||||
reverse_proxy http://localhost:${toString port}
|
reverse_proxy http://localhost:${toString port}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue