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