From 8d3033ef4c51b18aa8852bce3d184256708cab48 Mon Sep 17 00:00:00 2001 From: Burathar Date: Wed, 16 Dec 2020 14:59:39 +0100 Subject: [PATCH] Change default config to no reverse proxy --- .flaskenv_example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flaskenv_example b/.flaskenv_example index 2eeb97b..032abb4 100644 --- a/.flaskenv_example +++ b/.flaskenv_example @@ -1,4 +1,4 @@ FLASK_APP=linkshortener.py FLASK_ENV=production #FLASK_ENV=development -REVERSE_PROXY=1 \ No newline at end of file +REVERSE_PROXY=0 \ No newline at end of file