docs: fix use-gzip wrong markdown style
This commit is contained in:
parent
4badcdd03a
commit
12dddcca17
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ Minimum length of responses to be returned to the client before it is eligible f
|
|||
|
||||
## gzip-types
|
||||
|
||||
Sets the MIME types in addition to "text/html" to compress. The special value "\*" matches any MIME type. Responses with the "text/html" type are always compressed if `[use-gzip](#use-gzip)` is enabled.
|
||||
Sets the MIME types in addition to "text/html" to compress. The special value "\*" matches any MIME type. Responses with the "text/html" type are always compressed if [`use-gzip`](#use-gzip) is enabled.
|
||||
_**default:**_ `application/atom+xml application/javascript application/x-javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/svg+xml image/x-icon text/css text/plain text/x-component`.
|
||||
|
||||
## worker-processes
|
||||
|
|
Loading…
Reference in a new issue