토요일, 9월 14, 2024
HomeLinuxaccess-control-allow-origin nginx woff

access-control-allow-origin nginx woff

access-control-allow-origin nginx woff

nginx.conf

server {
......
location ~* \.(eot|ttf|woff)$ {
add_header Access-Control-Allow-Origin *;
}
....
}
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular