location ~ ^/.+\.(eot|ttf|woff|svg|otf) { add_header Access-Control-Allow-Origin *; add_header Access-Control-Allow-Methods GET,POST,OPTIONS; } 这样写报错! 报无效的ServerHash:NotMatch!
虚竹 你这个应该不是配置引起的,是不是多个窗口同时操作?最好只开一个窗口操作。