Open firewall for Matrix and website
This commit is contained in:
parent
752bd4aab3
commit
852f7ad838
2 changed files with 11 additions and 0 deletions
|
|
@ -47,4 +47,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
8448
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,9 @@
|
||||||
header @html Cache-Control "no-cache"
|
header @html Cache-Control "no-cache"
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue