Files
obsidian_note/谢威给的资料/2023-02-01.md
2025-12-04 09:12:56 +08:00

962 B

UUID, title, date created, aliases, tags, date updated
UUID title date created aliases tags date updated
20230201150447 2023-02-01 2023-02-01 15:04 null
diary
2023-02-01 15:04

nginx MIME types 图片下载和显示的问题

Module ngx_http_core_module

Maps file name extensions to MIME types of responses. Extensions are case-insensitive. Several extensions can be mapped to one type

14.04 - Nginx downloads file, not displaying the content - Ask Ubuntu

    location /32d3ca5e23f4ccf1e4c8660c40e75f33 {
    types {}
    default_type image/png;
        alias /data/fanglixing/codena/A.png;
        index  index.html index.htm;
    }

nginx访问静态文件不下载_51CTO博客_nginx配置访问静态文件

https://code-temp.debugx.vip/32d3ca5e23f4ccf1e4c8660c40e75f33