How To Disable Compression And Or The Spdy Service?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. To disable compression, edit your web server’s configuration to disable gzip, deflate, and other compression services.
2. To disable the SPDY service, you need to disable the appropriate Apache module or Nginx module, depending on which web server you are using. If you are using Apache, you can disable the mod_spdy module. If you are using Nginx, you can disable the ngx_http_spdy_module module.