You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "`grep "Vary: .*Accept-Encoding" page-header.log`" = "" ]; then
echo "{\"label\": \"Compression GZIP\", \"result\": \"NO - you should authorize gzip compression to save world wide web (and bandwidth).\", \"style\": \"fail\"}"
else
echo "{\"label\": \"Compression GZIP\", \"result\": \"Yes - World Wide Web thanks you.\", \"style\": \"ok\"}"