Nginx配置静态服务器

http {
    server {
        location / {
            root /data/www
        }
        location /images/ {
            root /data/assets
        }
    }
}

缓存时间设置

防盗链

results matching ""

    No results matching ""