]> git.kaiwu.me - nginx.git/commit
Removed legacy charset directive from default config example.
authorMohamed Karrab <karrab2015@gmail.com>
Mon, 18 Aug 2025 19:28:06 +0000 (20:28 +0100)
committerpluknet <pluknet@nginx.com>
Tue, 19 Aug 2025 11:47:51 +0000 (15:47 +0400)
commit446ce033e5b9e192e228638e826f2a39328d879c
tree7a8a474ead6de35a5970a39acd6433bce2df8601
parent1a82df8cca80458fc3da0968f64624f40cafdf37
Removed legacy charset directive from default config example.

The example configuration previously specified 'charset koi8-r',
which is a legacy Cyrillic encoding.  As koi8-r is rarely used today
and modern browsers handle UTF-8 by default, specifying the charset
explicitly is unnecessary.  Removing the directive keeps the example
configuration concise and aligned with current best practices.
conf/nginx.conf