We moved this page to our Documentation Portal. You can find the latest updates here. |
Question
How to verify that the VS is being accelerated?
Environment
OnApp 6.0.0 (and later)
Answer
The quick and easy way to verify your VS has been accelerated successfully is to curl the VS IP:
curl -I [VS IP address]
HTTP/1.1 200 OK
Content-Type: text/html
Vary: Accept-Encoding
X-Accelerated-By: InviCDN
If the acceleration is running, you will notice "X-Accelerated-By: InviCDN" in the output.