Skip to content

Commit 446ce03

Browse files
MohamedKarrabpluknet
authored andcommitted
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.
1 parent 1a82df8 commit 446ce03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conf/nginx.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ http {
3636
listen 80;
3737
server_name localhost;
3838

39-
#charset koi8-r;
40-
4139
#access_log logs/host.access.log main;
4240

4341
location / {

0 commit comments

Comments
 (0)