From 5d1ee8292c799b4ede4d7157e9f95bb8526217c1 Mon Sep 17 00:00:00 2001 From: Checker <2959824+ruschecker@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:55:12 +0530 Subject: [PATCH] Update installation.md --- docs/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index a84e4d811..d189dd3ea 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -43,6 +43,12 @@ application locally. Following are instructions for installing Trino Gateway for production environments. +You also have to update `config.properties` with +```commandline +http-server.process-forwarded=true +``` + + ## Requirements Consider the following requirements for your Trino Gateway installation.