Skip to content

Commit

Permalink
Add recommended gzip settings to top level.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Jul 14, 2024
1 parent 3332e82 commit d5766fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/haskell-miso.org/nix/aws.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let
services.haskell-miso.enable = true;
services.nginx = {
enable = true;
recommendedGzipSettings = true;
virtualHosts = {
"haskell-miso.org" = {
forceSSL = true;
Expand All @@ -31,7 +32,6 @@ let
"todo-mvc.haskell-miso.org" = {
forceSSL = true;
enableACME = true;
recommendedGzipSettings = true;
locations = {
"/" = {
root = "${pkgs.misoPkgs.miso-examples}/bin/todo-mvc.jsexe";
Expand Down

0 comments on commit d5766fc

Please sign in to comment.