通过nginx访问本地图片
 listen       80;
        server_name  image.demo.com;

        #charset koi8-r;

        #access_log  logs/host.access.log  main;
	
	location /file {
		alias   C:/file;
		index  index.html index.htm;
		autoindex on;
	}

  

posted on 2019-11-04 15:14  james-roger  阅读(5445)  评论(0编辑  收藏  举报