Add autoindex_format directive
New in nginx 1.7.9: http://nginx.org/en/docs/http/ngx_http_autoindex_module.html
This commit is contained in:
parent
4ec12ff14d
commit
027c36c412
|
@ -74,7 +74,7 @@
|
||||||
'name': 'constant.language.module.http.auth_basic'
|
'name': 'constant.language.module.http.auth_basic'
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
'match': '\\b(autoindex|autoindex_exact_size|autoindex_localtime)\\b'
|
'match': '\\b(autoindex|autoindex_exact_size|autoindex_localtime|autoindex_format)\\b'
|
||||||
'name': 'constant.language.module.http.autoindex'
|
'name': 'constant.language.module.http.autoindex'
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue