Skip to content

Commit

Permalink
feat: enable trust proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed May 15, 2024
1 parent 966ddc2 commit a462ad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const { DcmQrScp } = require('@dimse');
require("dotenv");
require("./websocket");

app.enable("trust proxy");
app.use(compress());
app.use(cookieParser());

Expand Down

0 comments on commit a462ad7

Please sign in to comment.