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