diff --git a/flake.nix b/flake.nix index 118dbc0..13b520d 100644 --- a/flake.nix +++ b/flake.nix @@ -55,6 +55,7 @@ access_log /dev/stdout; server { gzip on; + gzip_proxied any; gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript; listen 80; index index.php index.html;