feat: disable gzip
This commit is contained in:
parent
55faad4b83
commit
ecf5e28086
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ server {
|
|||
listen 443 ssl;
|
||||
server_name localhost default;
|
||||
|
||||
gzip off;
|
||||
|
||||
ssl_certificate_by_lua_block {
|
||||
auto_ssl:ssl_certificate()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue