result.vcl 270 B

123456789101112
  1. // Copyright © Magento, Inc. All rights reserved.
  2. // See COPYING.txt for license details.
  3. example.com:8080
  4. by ips:
  5. "127.0.0.1";
  6. "192.168.0.1";
  7. "127.0.0.2";
  8. if (req.http.user-agent ~ "(?i)firefox") {
  9. hash_data("Magento/blank");
  10. }