Nginx 默认显示图片

Camellia 发布于 2023-06-12 192 次阅读


location / {
    alias /root/img;
    index 1.jpg;
}