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;
	}

  通过nginx访问本地图片

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2021-05-18
  • 2020-06-10
  • 2021-12-22
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-02
  • 2021-05-28
  • 2021-10-03
  • 2021-11-06
  • 2021-11-24
相关资源
相似解决方案