其他分享
首页 > 其他分享> > 111

111

作者:互联网

add_header Access-Control-Allow-Origin *;
add_header Access-Control-Allow-Methods 'GET,POST';
add_header Access-Control-Allow-Headers 'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization';

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}

标签:Control,Access,header,add,html,111,Allow
来源: https://www.cnblogs.com/s313139232/p/16285991.html