17 references to Nginx
Microsoft.AspNetCore.Server.IntegrationTesting (5)
Deployers\ApplicationDeployerFactory.cs (1)
33
case ServerType.
Nginx
:
Deployers\NginxDeployer.cs (1)
56
var redirectUri = TestUriHelper.BuildTestUri(ServerType.
Nginx
);
TestMatrix.cs (3)
155
case ServerType.
Nginx
:
185
return !(Tfm.Matches(Tfm.Net462, tfm) && ServerType.
Nginx
== server);
264
return !(arch == RuntimeArchitecture.x86 && ServerType.
Nginx
== server);
ServerComparison.FunctionalTests (12)
HelloWorldTest.cs (4)
26
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.
Nginx
, ServerType.HttpSys)
39
variant.Server == ServerType.
Nginx
? LogLevel.Trace : LogLevel.Debug, // https://github.com/aspnet/ServerTests/issues/144
49
if (variant.Server == ServerType.
Nginx
)
90
case ServerType.
Nginx
:
ResponseCompressionTests.cs (5)
36
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.
Nginx
, ServerType.HttpSys)
48
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.
Nginx
)
72
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.
Nginx
, ServerType.HttpSys)
90
variant.Server == ServerType.
Nginx
? LogLevel.Trace : LogLevel.Debug, // https://github.com/aspnet/ServerTests/issues/144
101
if (variant.Server == ServerType.
Nginx
)
ResponseTests.cs (3)
28
=> TestMatrix.ForServers(/* ServerType.IISExpress, https://github.com/dotnet/aspnetcore/issues/6168, */ ServerType.Kestrel, ServerType.
Nginx
, ServerType.HttpSys)
83
variant.Server == ServerType.
Nginx
? LogLevel.Trace : LogLevel.Debug, // https://github.com/aspnet/ServerTests/issues/144
94
if (variant.Server == ServerType.
Nginx
)