Add charset to nginx-conf

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