Add Shared Files Listing to Management

This commit is contained in:
2025-02-12 11:14:20 +01:00
parent 536d90d5e6
commit ee95b67a83
2 changed files with 7 additions and 1 deletions

View File

@ -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;