Skip to content

Commit

Permalink
Fixed Limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Levi committed Jan 4, 2025
1 parent 22390e3 commit e144620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ const sessionConfig = {
}
};

if (config.secureSite) {
expressApp.set('trust proxy', 1);
}
//if (config.secureSite) {
expressApp.set('trust proxy', 1);
//}

// Helpful reference for production: nginx HTTPS proxy:
// https://gist.github.com/nikmartin/5902176
Expand Down

0 comments on commit e144620

Please sign in to comment.