[杂记]关于nginx的一些记录

跨域问题

add_header Access-Control-Allow-Origin *;   
add_header Access-Control-Allow-Headers X-Requested-With; 
add_header Access-Control-Allow-Methods GET,POST,OPTIONS;

你可能感兴趣的:([杂记]关于nginx的一些记录)