Skip to content

Commit d86ede9

Browse files
committed
[Milky] Fix file upload via Highway on Linux
1 parent 407201f commit d86ede9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lagrange.Milky/Core/Extension/HostApplicationBuilderExtension.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public static HostApplicationBuilder ConfigureCore(this HostApplicationBuilder b
4747
UseIPv6Network = coreConfiguration.Server.UseIPv6Network,
4848
GetOptimumServer = coreConfiguration.Server.GetOptimumServer,
4949
AutoReLogin = coreConfiguration.Login.AutoReLogin,
50+
UseHttpHighway = OperatingSystem.IsLinux(),
5051
SignProvider = signer,
5152
};
5253
})

0 commit comments

Comments
 (0)