nginx文件服务器,配置文件fileShare.conf
server { listen 19000; server_name localhost; location / { root /datafile; autoindex on; autoindex_localtime on; autoindex_exact_size off; #加了下面这两行 ,log文件依旧乱码,而txt文件内容是正常的。 charset utf-8; add_header Content-Type "text/plain;charset=utf-8"; } }
最终处理方法,是mime.types 里面配置值原因:
题外话:配合Jenkins的“sidebar Links”插件
效果: