chore(caddy): Add subdomain for share some trivial things
This commit is contained in:
parent
e624dd6a51
commit
3d668bffd7
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,11 @@ in
|
||||||
reverse_proxy ${cfg.target}:8491
|
reverse_proxy ${cfg.target}:8491
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
"share.${caddy-cfg.baseDomain}" = {
|
||||||
|
extraConfig = ''
|
||||||
|
reverse_proxy ${cfg.target}:8494
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue