aboutsummaryrefslogtreecommitdiff
path: root/ci/config
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config')
-rw-r--r--ci/config/SimpleBookmark.json8
-rw-r--r--ci/config/config.json5
2 files changed, 8 insertions, 5 deletions
diff --git a/ci/config/SimpleBookmark.json b/ci/config/SimpleBookmark.json
index 64be3c1..2cb64bf 100644
--- a/ci/config/SimpleBookmark.json
+++ b/ci/config/SimpleBookmark.json
@@ -8,9 +8,9 @@
"path": "/api/bookmarks", //Path for the bookmarks endpoint
"config": {
- "max_limit": 100, //Max results per page
- "default_limit": 20, //Default results per page
- "user_quota": 5000 //Max bookmarks per user
+ "max_limit": 100, //Max results per page
+ "default_limit": 20, //Default results per page
+ "user_quota": 5000 //Max bookmarks per user
}
},
@@ -23,7 +23,7 @@
"--no-keepalive", //Disables keepalive, uneeded for a single lookup request
"--max-filesize", "100K", //Max file size 100K
"--max-redirs", "5", //Max redirects 5
- "--location", //Follow redirects
+ "--location" //Follow redirects
]
},
diff --git a/ci/config/config.json b/ci/config/config.json
index 61293b6..37b952a 100644
--- a/ci/config/config.json
+++ b/ci/config/config.json
@@ -51,6 +51,9 @@
//Collection of objects to define hosts+interfaces to build server listeners from
"virtual_hosts": [
{
+ //Enable nginx-style connection tracing for this endpoint
+ "trace": false,
+
//The interface to bind to, you may not mix TLS and non-TLS connections on the same interface
"interface": {
"address": "0.0.0.0",
@@ -84,7 +87,7 @@
"X-Content-Type-Options": "nosniff",
"X-Xss-Protection": "1; mode=block",
"X-Frame-Options": "DENY",
- "Server":"VNLib.Webserver",
+ "Server": "VNLib.Webserver",
"Content-Security-Policy": "default-src 'self' 'unsafe-inline'; img-src 'self' blob: data:; frame-src 'none'; object-src 'none'; referrer no-referrer-when-downgrade; upgrade-insecure-requests; block-all-mixed-content;"
},