diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/koi-utf | 6 | ||||
| -rw-r--r-- | conf/mime.types | 1 | ||||
| -rw-r--r-- | conf/win-utf | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/conf/koi-utf b/conf/koi-utf index 2faca0006..e7974ff6a 100644 --- a/conf/koi-utf +++ b/conf/koi-utf @@ -1,4 +1,10 @@ +# This map is not a full koi8-r <> utf8 map: it does not contain +# box-drawing and some other characters. Besides this map contains +# several koi8-u and Byelorussian letters which are not in koi8-r. +# If you need a full and standard map, use contrib/unicode2nginx/koi-utf +# map instead. + charset_map koi8-r utf-8 { 80 E282AC ; # euro diff --git a/conf/mime.types b/conf/mime.types index 818133a4a..497308b9c 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -14,6 +14,7 @@ types { image/png png; image/x-icon ico; image/x-jng jng; + image/vnd.wap.wbmp wbmp; application/java-archive jar war ear; application/mac-binhex40 hqx; diff --git a/conf/win-utf b/conf/win-utf index e8e830e0f..ed8bc007a 100644 --- a/conf/win-utf +++ b/conf/win-utf @@ -1,4 +1,8 @@ +# This map is not a full windows-1251 <> utf8 map: it does not +# contain Serbian and Macedonian letters. If you need a full map, +# use contrib/unicode2nginx/win-utf map instead. + charset_map windows-1251 utf-8 { 82 E2809A ; # single low-9 quotation mark |
