[planet-web/oscp] Append charset UTF-8 to the content-type header



commit 95a8b85a92185eaf3ae0fa37855df7e1c38361b8
Author: Andrea Veri <av gnome org>
Date:   Tue Mar 3 15:00:10 2020 +0000

    Append charset UTF-8 to the content-type header

 nginx.conf | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/nginx.conf b/nginx.conf
index d9dea19..91830e7 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -29,6 +29,8 @@ http {
     keepalive_timeout  65;
 
     #gzip  on;
+    
+    charset UTF-8;
 
     server {
         listen       8080 default_server;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]