5 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);