Added HTTP/2 Support for SSL enabled hosts

This commit is contained in:
Jamie Curnow
2018-11-12 21:45:23 +10:00
parent 9fd480cf77
commit 046cb0b76e
17 changed files with 159 additions and 28 deletions
+5
View File
@@ -186,6 +186,11 @@
"type": "string",
"pattern": "^(letsencrypt|other)$"
},
"http2_support": {
"description": "HTTP2 Protocol Support",
"example": false,
"type": "boolean"
},
"block_exploits": {
"description": "Should we block common exploits",
"example": true,