From ee95b67a83d3b34a906ed189062cdffd952d28da Mon Sep 17 00:00:00 2001 From: KIMB-technologies Date: Wed, 12 Feb 2025 11:14:20 +0100 Subject: [PATCH] Add Shared Files Listing to Management --- utils/mgmt/app.conf | 5 +++++ web/templates/index.html | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/utils/mgmt/app.conf b/utils/mgmt/app.conf index 9546d6b..7852adb 100644 --- a/utils/mgmt/app.conf +++ b/utils/mgmt/app.conf @@ -29,6 +29,11 @@ server { try_files $uri $uri/ @dynamic; } + location /share { + alias /ums-agenten/share; + autoindex on; + } + location @dynamic { proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; diff --git a/web/templates/index.html b/web/templates/index.html index a4b7a56..6e91ef5 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -13,7 +13,8 @@ {% endblock %} \ No newline at end of file