DCBOT Config changed
This commit is contained in:
parent
24ba3b60a3
commit
86b4adcdf7
3 changed files with 32 additions and 0 deletions
|
|
@ -52,6 +52,13 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts."dc.jsw.tf" = {
|
||||
serverAliases = ["www.dc.jsw.tf"];
|
||||
extraConfig = ''
|
||||
reverse_proxy :9001
|
||||
'';
|
||||
};
|
||||
|
||||
users.groups."dcbot" = {};
|
||||
users.users."dcbot" = {
|
||||
group = "dcbot";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue