mirror of
https://github.com/hyprwm/hyprland-infra.git
synced 2025-05-13 05:40:39 +01:00
nginx: open http(s) ports
This commit is contained in:
parent
f7e3a9bff6
commit
16ae492154
1 changed files with 2 additions and 0 deletions
|
@ -5,4 +5,6 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [80 443];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue