From: Mohamed Karrab Date: Mon, 18 Aug 2025 19:28:06 +0000 (+0100) Subject: Removed legacy charset directive from default config example. X-Git-Tag: release-1.29.2~14 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=446ce033e5b9e192e228638e826f2a39328d879c;p=nginx.git 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. --- diff --git a/conf/nginx.conf b/conf/nginx.conf index 29bc085f2..2315a8663 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -36,8 +36,6 @@ http { listen 80; server_name localhost; - #charset koi8-r; - #access_log logs/host.access.log main; location / {