Fix server push and use Link header to load CSS
Nginx with http2_push_preload on will convert the Link header to server pushes, so we use it to load css.
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
"requires_restart": true,
|
||||
"type": "bool",
|
||||
"value": false,
|
||||
"description": "Enable TLS, and by extension HTTP2. This enables server push, where required files are pushed to the web browser before they request them, allowing quicker page loads."
|
||||
"description": "Enable TLS."
|
||||
},
|
||||
"tls_port": {
|
||||
"name": "TLS Port",
|
||||
|
||||
Reference in New Issue
Block a user