From 850d215c1f33bb90378b97a63929929db520ff15 Mon Sep 17 00:00:00 2001 From: sfer23 Date: Tue, 3 Mar 2015 22:06:56 +0200 Subject: [PATCH] Fix bug with redurant redirect If I use nginx to assign 127.0.0.1:8083 with one of named VirtualHost - I have error when login by user (Browser redirect me to self domain name with 8083 port, which is already closed). Also this fix doesn't break anything on default use. --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index 35c889c9f..b0d34a3f8 100644 --- a/web/index.php +++ b/web/index.php @@ -1,7 +1,7 @@