We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 42cdad0 commit 15eb492Copy full SHA for 15eb492
nixos/modules/services/web-servers/nginx/default.nix
@@ -65,6 +65,7 @@ let
65
gzip_proxied any;
66
gzip_comp_level 9;
67
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
68
+ gzip_vary on;
69
''}
70
71
${optionalString (cfg.recommendedProxySettings) ''
0 commit comments