changeset 9453:9c9985987d5b

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.
author Mohamed Karrab <karrab2015@gmail.com>
date Mon, 18 Aug 2025 20:28:06 +0100
parents 6129d23d344a
children d7466b820e29
files conf/nginx.conf
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/conf/nginx.conf	Wed Aug 13 20:26:56 2025 +0400
+++ b/conf/nginx.conf	Mon Aug 18 20:28:06 2025 +0100
@@ -36,8 +36,6 @@
         listen       80;
         server_name  localhost;
 
-        #charset koi8-r;
-
         #access_log  logs/host.access.log  main;
 
         location / {