yohobuywap_static.conf 706 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;
                             }

    ## baidu feng322169 yoho9646
    location = /baidu_verify_bXX90VTyvs.html {
             root  /Data/PE/yohobuy_H5/assets;
             expires 7d;
    }