Skip to content

Commit

Permalink
feat: disable zstd, as this should be done by traefik or cdn before
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jan 20, 2024
1 parent b7649a9 commit 0ee31a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rootfs/etc/caddy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
log

route {
root * /var/www/html/public
php_fastcgi unix//tmp/php-fpm.sock {
trusted_proxies private_ranges
}
encode zstd gzip
file_server
}
root * /var/www/html/public
php_fastcgi unix//tmp/php-fpm.sock {
trusted_proxies private_ranges
}
encode gzip
file_server
}

0 comments on commit 0ee31a3

Please sign in to comment.