diff --git a/v2/Python/Python b/v2/Python/Python index b2eb324..e92ed93 100755 --- a/v2/Python/Python +++ b/v2/Python/Python @@ -53,7 +53,7 @@ server { proxy_temp_file_write_size 256k; } - location ~* ^.+\.(css|js|jpg|jpeg|gif|png|ico|gz|svg|svgz|ttf|otf|woff|eot|mp4|ogg|ogv|webm|webp|zip|swf)$ { + location ~* ^.+\.(css|js|jpg|jpeg|gif|png|ico|gz|svg|svgz|ttf|otf|woff|woff2|eot|mp4|ogg|ogv|webm|webp|zip|swf)$ { add_header Access-Control-Allow-Origin "*"; expires max; access_log on;