diff --git a/v2/Python/Python b/v2/Python/Python index a9edc62..91a0326 100755 --- a/v2/Python/Python +++ b/v2/Python/Python @@ -40,14 +40,4 @@ server { proxy_busy_buffers_size 256k; 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)$ { - add_header Access-Control-Allow-Origin "*"; - expires max; - access_log off; - } - - if (-f $request_filename) { - break; - } } \ No newline at end of file