<返回更多

nginx访问静态文件

2020-08-10    
加入收藏

1、将需要存放的静态文件存放到某一路径下

nginx访问静态文件

地图json文件

2、执行如下命令

cd /usr/local/Nginx/conf/
vim nginx.conf
#添加如下代码
location /outline/api/nginxMapJson {
  default_type Application/json;
  alias /u02/mapJson;
}

3、看效果如下:

nginx访问静态文件

效果图

声明:本站部分内容来自互联网,如有版权侵犯或其他问题请与我们联系,我们将立即删除或处理。
▍相关推荐
更多资讯 >>>