mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Fix mainsail http path
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
5d51efa88c
commit
134082a1da
|
@ -495,7 +495,7 @@ in
|
|||
};
|
||||
|
||||
virtualHosts.${secret.network.ips.blowhole.dns or ""} = {
|
||||
root = pkgs.mainsail;
|
||||
root = pkgs.mainsail + "/share/mainsail";
|
||||
|
||||
locations."/".extraConfig = ''
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
|
Loading…
Reference in a new issue