Add charset to nginx-conf
This commit is contained in:
@@ -2,6 +2,7 @@ server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
sendfile off;
|
||||
charset utf-8;
|
||||
|
||||
access_log /dev/stdout combined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user