fix folder browse path
This commit is contained in:
parent
afea5af9be
commit
33f173299b
1 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,8 @@ in
|
|||
(lib.mkIf cfg.proxy.enable {
|
||||
services.caddy = with cfg.proxy; {
|
||||
virtualHosts."home.${domain}".extraConfig = ''
|
||||
file_server ${config.services.dashy.finalDrv}
|
||||
root * ${config.services.dashy.finalDrv}
|
||||
file_server
|
||||
import cloudflare_${domain}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue