http – Nginx服务器内容gzip压缩无法正常工作

这是我的nginx.conf中的部分,但我不知道为什么当我用gzip压缩检查器或http头检查时,内容不是压缩.https://pasify.comuser nginx; worker_processes 1; error_log /var/log/nginx/error.log; #error_log /var/log/n

返回顶部