From b4f083b1a00c811f14bf1ffd73b7bfb616004945 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 21 Jan 2022 13:20:53 +0200 Subject: [PATCH] fds --- files/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/__main__.py b/files/__main__.py index 877c3e65a7..8b69758b30 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -20,7 +20,7 @@ import faulthandler import atexit app = Flask(__name__, template_folder='templates') -app.wsgi_app = ProxyFix(app.wsgi_app, x_for=1) +app.wsgi_app = ProxyFix(app.wsgi_app, x_for=2) app.url_map.strict_slashes = False app.jinja_env.cache = {} app.jinja_env.auto_reload = True