update
This commit is contained in:
parent
8f190e8957
commit
76832972e6
4 changed files with 15 additions and 21 deletions
|
|
@ -13,6 +13,7 @@ in
|
|||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
package = (pkgs.nginxStable.override { openssl = pkgs.openssl_1_1; });
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
recommendedGzipSettings = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue