WIP Page leaf

This commit is contained in:
2022-07-29 09:06:59 +01:00
parent 7f9984b059
commit fa9a12ad49
10 changed files with 47 additions and 7 deletions

View File

@ -110,7 +110,8 @@ namespace isnd
ApplicationDbContext dbContext)
{
app.UseForwardedHeaders();
// if have a cert : app.UseHttpsRedirection();
// Not using Apache cert :
// app.UseHttpsRedirection();
if (env.IsDevelopment())
{