In nginx you can enable it by setting gzip on;. Like below: server { gzip on; gzip_types text/plain application/xml; gzip_proxied no-cache no-store private ...
確定! 回上一頁