mirror of
https://github.com/nginx/nginx.git
synced 2025-12-18 21:26:16 -05:00
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.
This commit is contained in:
parent
1a82df8cca
commit
446ce033e5
1 changed files with 0 additions and 2 deletions
|
|
@ -36,8 +36,6 @@ http {
|
|||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
#charset koi8-r;
|
||||
|
||||
#access_log logs/host.access.log main;
|
||||
|
||||
location / {
|
||||
|
|
|
|||
Loading…
Reference in a new issue