Compare commits
2
Commits
5db926f4c6
...
1.52
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7294e5470f | ||
|
|
79eebea7b1 |
@@ -18,7 +18,7 @@ if (!app.Environment.IsDevelopment())
|
||||
}
|
||||
|
||||
app.UseForwardedHeaders();
|
||||
app.UseHttpsRedirection();
|
||||
//app.UseHttpsRedirection();
|
||||
|
||||
app.UseStatusCodePagesWithReExecute("/not-found", createScopeForStatusCodePages: true);
|
||||
app.UseHealthChecks("/health", new HealthCheckOptions
|
||||
|
||||
Reference in New Issue
Block a user