owncast: Resolve port number clash
This commit is contained in:
parent
2e37815edb
commit
fa78156120
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ in
|
|||
${cfg.domain} = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:8080/";
|
||||
locations."/".proxyPass = "http://127.0.0.1:32769/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -30,6 +30,7 @@ in
|
|||
networking.firewall.allowedTCPPorts = [ 80 443 1935 ]; # 1935 for rtmp
|
||||
|
||||
services.owncast.enable = true;
|
||||
services.owncast.port = 32769;
|
||||
services.owncast.dataDir = cfg.dataDir;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue