diff --git a/docbook/reference/en/en-US/modules/server-installation.xml b/docbook/reference/en/en-US/modules/server-installation.xml
index e39fc4d548..d0c7b115e5 100755
--- a/docbook/reference/en/en-US/modules/server-installation.xml
+++ b/docbook/reference/en/en-US/modules/server-installation.xml
@@ -702,27 +702,6 @@ keycloak-war-dist-all-&project.version;/
-
- Enforce HTTPS For Server Connections
-
- Servlet containers can force browsers and other HTTP clients to use HTTPS. You have to configure this in
- .../standalone/deployments/auth-server.war/WEB-INF/web.xml. All you have to do is
- uncomment out the security constraint.
-
-
-
- ...
-
-
- /*
-
-
- CONFIDENTIAL
-
-
-]]>
-
-
diff --git a/server/src/main/webapp/WEB-INF/web.xml b/server/src/main/webapp/WEB-INF/web.xml
index 78441975e3..7228afe95f 100755
--- a/server/src/main/webapp/WEB-INF/web.xml
+++ b/server/src/main/webapp/WEB-INF/web.xml
@@ -49,18 +49,4 @@
Keycloak REST Interface
/*
-
-
-
-