mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Merge branch 'pr/1756' into develop
Conflicts: src/node/handler/SocketIORouter.js
This commit is contained in:
commit
7b17bd58ae
4 changed files with 22 additions and 3 deletions
|
@ -75,6 +75,10 @@ exports.restartServer = function () {
|
|||
next();
|
||||
});
|
||||
|
||||
if(settings.trustProxy){
|
||||
app.enable('trust proxy');
|
||||
}
|
||||
|
||||
app.configure(function() {
|
||||
hooks.callAll("expressConfigure", {"app": app});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue