Add charset to nginx-conf

This commit is contained in:
2019-02-04 12:06:53 +01:00
parent c5d20a50cb
commit 470e2f616e
+1
View File
@@ -2,6 +2,7 @@ server {
listen 80;
server_name localhost;
sendfile off;
charset utf-8;
access_log /dev/stdout combined;