From ccd4e82aeddc11ca5aeaf759da5ceaa90a8b9a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 25 Mar 2019 22:39:20 +0100 Subject: [PATCH] Dont include the protocol in the base path. This causes problems on servers behind reverse proxies. --- templates/base.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 57c6fa1d..9cce8001 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -18,7 +18,7 @@ {{ encore_entry_link_tags('app') }} {% endblock %} - + {% block body %}