Revision 7ae4668e docs/quick-install-admin-guide.rst

b/docs/quick-install-admin-guide.rst
1800 1800
values as in ``/etc/synnefo/10-snf-cyclades-gtools-backend.conf`` file, and
1801 1801
reflect our :ref:`Message Queue setup <rabbitmq-setup>`.
1802 1802

  
1803
Edit ``/etc/synnefo/20-snf-cyclades-app-ui.conf``:
1804

  
1805
.. code-block:: console
1806

  
1807
   UI_LOGIN_URL = "https://node1.example.com/ui/login"
1808
   UI_LOGOUT_URL = "https://node1.example.com/ui/logout"
1809

  
1810
The ``UI_LOGIN_URL`` option tells the Cyclades Web UI where to redirect users,
1811
if they are not logged in. We point that to Astakos.
1812

  
1813
The ``UI_LOGOUT_URL`` option tells the Cyclades Web UI where to redirect the
1814
user when he/she logs out. We point that to Astakos, too.
1815

  
1816 1803
Edit ``/etc/synnefo/20-snf-cyclades-app-vmapi.conf``:
1817 1804

  
1818 1805
.. code-block:: console

Also available in: Unified diff