Fixed PROD-9967

Change-Id: Ia9f3d9308a73c3040427a2d48203242cd7043a53
diff --git a/README.rst b/README.rst
index ab5e74a..6d5a076 100644
--- a/README.rst
+++ b/README.rst
@@ -1,16 +1,16 @@
 
-=======
-Horizon 
-=======
+===============
+Horizon Formula
+===============
 
-Horizon is the canonical implementation of OpenStack’s Dashboard, which provides a web based user interface to OpenStack services including Nova, Swift, Keystone, etc.
+Horizon is the canonical implementation of OpenStack’s Dashboard, which
+provides a web based user interface to OpenStack services including Nova,
+Swift, Keystone, etc.
 
-Sample pillars
+
+Sample Pillars
 ==============
 
-Packaged version of horizon
----------------------------
-
 Simplest horizon setup
 
 .. code-block:: yaml
@@ -46,6 +46,17 @@
         default_dashboard: 'admin'
         help_url: 'http://doc.domain.com'
 
+
+Horizon with enabled SSL security (when SSL is realised by proxy)
+
+.. code-block:: yaml
+
+    horizon:
+      server:
+        enabled: True
+        secure: True
+
+
 Horizon package setup with SSL
 
 .. code-block:: yaml
@@ -372,12 +383,14 @@
             - saml2
             - oidc
 
-Read more
-=========
+
+More Information
+================
 
 * https://github.com/openstack/horizon
 * http://dijks.wordpress.com/2012/07/06/how-to-change-screen-resolution-of-novnc-client-in-openstack-essex-dashboard-nova-horizon/
 
+
 Documentation and Bugs
 ======================