Document gzip setting in config.template.ini
This commit is contained in:
parent
6cdb1b47e1
commit
a6bf0c3581
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
; Configuration template for mkht.php ; to be interpreted, this file must be named config.ini at the root of the site
|
||||
; Each directive can be omitted, in which case booleans default to false, strings default to null and arrays default to empty
|
||||
|
||||
;; Content
|
||||
|
||||
; Site title, used in <title> and <header>
|
||||
title = ""
|
||||
|
||||
|
@ -12,6 +10,9 @@ header = false
|
|||
; Which language to add to <html lang="?"> if not set in file extension (like ".en.html")
|
||||
default-lang = "en"
|
||||
|
||||
; Whether to create supplementary Gzipped file for each HTML file
|
||||
gzip = true
|
||||
|
||||
;; CSS
|
||||
|
||||
; Announce stylesheets in <head>
|
||||
|
|
Loading…
Reference in a new issue