Add nginx ssi support for client file transfers as well why not

This commit is contained in:
Loporrit
2024-09-13 16:43:44 +00:00
parent 49695b4403
commit 61821c0775
3 changed files with 32 additions and 5 deletions

View File

@@ -34,6 +34,8 @@ public class StaticFilesServerConfiguration : MareConfigurationBase
public bool UseXAccelRedirect { get; set; } = false;
public string XAccelRedirectPrefix { get; set; } = "/_internal/mare-files/";
public bool UseSSI { get; set; } = false;
public string SSIContentType { get; set; } = "application/x-block-file-list";
public override string ToString()
{