We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e58d4 commit 6ef809cCopy full SHA for 6ef809c
nginx/common.d/60-smart-proxy.conf
@@ -0,0 +1,9 @@
1
+location /features {
2
+ default_type application/json;
3
+ return 200 '["insights"]';
4
+}
5
+
6
+location /v2/features {
7
8
+ return 200 '{ "insights": { "http_enabled": false, "https_enabled": true, "settings": {}, "state": "running", "capabilities": [] } }';
9
0 commit comments