yohobuywap_static.conf 687 Bytes
    # static file
    location =/favicon.ico {
        expires    7d;
    }
    location =/crossdomain.xml {
        expires    7d;
    }
    location =/sitemap.xml {
        expires    1d;
    }
    location =/robots.txt {
        expires    1d;
    }

    location = /error.html {
        root  /Data/PE/yohobuy_H5/assets;
        expires 7d;
    }

    # app show help page
    location =/help/shareorder.html {
        root  /Data/PE/yohobuy_H5/assets;
        expires 7d;
    }

    ##百度站长的校验文件, 百度站长账号feng322169 密码yoho9646
    location = /baidu_verify_bXX90VTyvs.html {
             root  /Data/PE/yohobuy_H5/assets;
             expires 7d;
    }