diff --git a/conf/nginx.conf b/conf/nginx.conf index c6f5f4f..8fb8d61 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -16,12 +16,6 @@ location __PATH__/ { default_type "text/plain"; } - location __PATH__/badges/ { - alias __FINALPATH__/results/badges/; - more_set_headers "Cache-control: max-age=300, s-maxage=300"; - autoindex on; - } - location __PATH__/summary/ { alias __FINALPATH__/results/summary/; autoindex on;