From 72397141768f80233c233a476dbf4e9ff63b715b Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 26 Oct 2023 15:52:06 +0200 Subject: [PATCH] Fix a mistake in the ajp configuration. --- templates/tomcat-server.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tomcat-server.xml.j2 b/templates/tomcat-server.xml.j2 index 9b9b44f..0b073c3 100644 --- a/templates/tomcat-server.xml.j2 +++ b/templates/tomcat-server.xml.j2 @@ -92,7 +92,7 @@ proxyName="{{ tomcat_m_reverse_proxy_name }}" proxyPort="{{ tomcat_m_reverse_proxy_port }}" {% endif %} - URIEncoding="UTF-8" + bindOnInit="false" /> {% endif %}