From 5128ee8e59f9b9ea4bebf5c6297d7517580e9da5 Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Wed, 13 Apr 2022 19:30:58 +0200 Subject: [PATCH] . --- v2/Python/Python | 10 ---------- 1 file changed, 10 deletions(-) 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