allow port 443
This commit is contained in:
parent
64cec11c5c
commit
162a2138be
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
#logError = "/dev/null";
|
#logError = "/dev/null";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue