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