VEGAS/nginx: wait for network-online
This commit is contained in:
parent
a7cd2f455f
commit
906d2aa99a
1 changed files with 1 additions and 0 deletions
|
@ -33,4 +33,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
systemd.services.nginx.after = [ "network-online.target" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue