home · contact · privacy
Add UTF-8 charset to website.
[config] / buster / etc_files / web / etc / nginx / nginx.conf
index 1e9c0c2ee5f023c4629e2234f6b440630d3a56a9..8320425a5e49f024fef2ea342d51328e62f648fa 100644 (file)
@@ -11,7 +11,7 @@ events {
 http {
     # define content-type headers
     include /etc/nginx/mime.types;
-    #charset utf-8;
+    charset utf-8;
 
     # Some standard optimizations, i.e. Debian default. Explained in
     # <https://thoughts.t37.net/nginx-optimization-understanding-sendfile-tcp-nodelay-and-tcp-nopush-c55cdd276765>