mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
feat: add config for trust proxy
This commit is contained in:
@@ -37,7 +37,7 @@ export default async function start() {
|
||||
app.use(express.json());
|
||||
|
||||
app.use(compression());
|
||||
app.set("trust proxy", 1);
|
||||
app.set("trust proxy", config.TRUST_PROXY);
|
||||
app.set("etag", "strong");
|
||||
|
||||
// handle session and connection
|
||||
@@ -46,7 +46,7 @@ export default async function start() {
|
||||
app.use(passport.session());
|
||||
|
||||
startWorker();
|
||||
|
||||
|
||||
const redisClient = createClient({
|
||||
socket: {
|
||||
host: config.REDIS_HOSTNAME,
|
||||
|
||||
Reference in New Issue
Block a user