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