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, ... }:
|
||||
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
#logError = "/dev/null";
|
||||
|
|
Loading…
Add table
Reference in a new issue