From c665d55e132a79c5acaa583639ff83a9ce04eea1 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 30 Dec 2020 02:13:20 +0100 Subject: [PATCH] Add badge location in nginx conf --- conf/nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index a34302c..043af6c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,4 +19,9 @@ location __PATH__/ { alias /home/CI_package_check/logs/; autoindex on; } + + location __PATH__/badges/ { + alias /home/CI_package_check/badges/; + autoindex on; + } }