Skip to content

Commit

Permalink
Turn on recommended nginx optimisations.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Jul 15, 2024
1 parent d5766fc commit 0305b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/haskell-miso.org/nix/aws.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let
services.nginx = {
enable = true;
recommendedGzipSettings = true;
recommendedOptimisation = true;
virtualHosts = {
"haskell-miso.org" = {
forceSSL = true;
Expand Down

0 comments on commit 0305b26

Please sign in to comment.