hs-test: add nginx perf tests
[vpp.git] / extras / hs-test / resources / nginx / nginx.conf
index ec83aa9..99073aa 100644 (file)
@@ -22,5 +22,9 @@ http {
     {
       return 200 '';
     }
+    location /64B.json
+    {
+      return 200 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
+    }
   }
 }