Update server/nginx.nix
This commit is contained in:
parent
404a561d6c
commit
644a12795c
|
@ -92,6 +92,6 @@
|
||||||
|
|
||||||
# Open HTTP and HTTPS ports
|
# Open HTTP and HTTPS ports
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [ 80 443 ];
|
allowedTCPPorts = [ 80 443 1935 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue