nginx配置

server {
    listen              80;
    .....

    # 添加独立校验文件
    location /3351327774.txt {
        alias /完整路径/3351327774.txt;
    }
}