Skip to content

Commit

Permalink
nginx: better document challenges with tcpFastOpen
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 16, 2024
1 parent c95f124 commit e9d57bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nginx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ in
includeSubDomains = lib.mkEnableOption "" // { description = "Whether to add `includeSubDomains` to the `Strict-Transport-Security` header"; };
};

tcpFastOpen = libS.mkOpinionatedOption "enable tcp fast open";
tcpFastOpen = libS.mkOpinionatedOption "enable tcp fast open. If TLS on port 443 is used, this requires configuring useACMEHost for `_`";

# source https://gist.github.com/danbst/f1e81358d5dd0ba9c763a950e91a25d0
virtualHosts = lib.mkOption {
Expand Down

0 comments on commit e9d57bc

Please sign in to comment.