diff --git a/start.sh b/start.sh index 7199d25..ab786a7 100755 --- a/start.sh +++ b/start.sh @@ -76,7 +76,7 @@ do echo "."$j" "${MIMETYPE[0]}";" >> /etc/nginx/mimetypes.map done done -echo ".log text/plain;" >> /etc/nginx/mimetypes.map +echo " .log \"text/plain; charset=utf-8\";" >> /etc/nginx/mimetypes.map echo ".stdout text/plain;" >> /etc/nginx/mimetypes.map echo ".stderr text/plain;" >> /etc/nginx/mimetypes.map echo "}" >> /etc/nginx/mimetypes.map