Skip to content

gzip is enforced? please add a var. #678

@shleeable

Description

@shleeable

Steps To Reproduce

I've noticed that gzip compression is enabled by default for fpm-nginx

Outcome

# gzip
gzip on;
gzip_vary on;
gzip_proxied any;
gzip_comp_level 6;
gzip_types text/plain text/css text/xml application/json application/javascript application/rss+xml application/atom+xml image/svg+xml;

What did you expect?

I have caddy in front to offer ZSTD compression, but it's already compressed with gzip at the server side.

Affected Docker Images

serversideup/php:8.4-fpm-nginx

Anything else?

No response

Metadata

Metadata

Assignees

Labels

🧐 Bug: Needs ConfirmationSomething isn't working, but needs to be confirmed by a team member.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions