nginx 转发域名请求本地图片
nginx 配置
server { listen 80; server_name ei-d-files.phoenix.com; access_log logs/ei-d-files.phoenix.com_access.log; error_log logs/ei-d-files.phoenix.com_error.log; location / { #root /web/data/bank_upfiles; root D:/da_upfiles/; index index.html index.htm; add_header 'Access-Control-Allow-Origin' "*"; } }
注: 文件请求域名为 ei-d-files.phoenix.com,端口为80,请求时可以不写端口号
本地文件位置
本地文件放在 D:/da_upfiles/ 下
hosts配置
hosts配置如下
页面请求如下
链接 http://ei-d-files.phoenix.com/ei-dongao/image/common/2019/12/1576750615197.png