Revision 02d94254 docs/quick-install-admin-guide.rst

b/docs/quick-install-admin-guide.rst
271 271
     RewriteEngine On
272 272
     RewriteCond %{THE_REQUEST} ^.*(\\r|\\n|%0A|%0D).* [NC]
273 273
     RewriteRule ^(.*)$ - [F,L]
274
     RewriteRule ^/login(.*) /im/login/redirect$1 [PT,NE]
275 274

  
276 275
     SSLEngine on
277 276
     SSLCertificateFile    /etc/ssl/certs/ssl-cert-snakeoil.pem
......
822 821
   PITHOS_AUTHENTICATION_USERS = None
823 822

  
824 823
   PITHOS_SERVICE_TOKEN = 'pithos_service_token22w=='
824
   PITHOS_USER_CATALOG_URL = 'http://node1.example.com/user_catalogs'
825
   PITHOS_USER_FEEDBACK_URL = 'http://node1.example.com/feedback'
826
   PITHOS_USER_LOGIN_URL = 'http://node1.example.com/login'
827

  
825 828

  
826 829
The ``PITHOS_BACKEND_DB_CONNECTION`` option tells to the pithos+ app where to
827 830
find the pithos+ backend database. Above we tell pithos+ that its database is
......
854 857
.. code-block:: console
855 858

  
856 859
   PITHOS_UI_LOGIN_URL = "https://node1.example.com/im/login?next="
857
   PITHOS_UI_FEEDBACK_URL = "https://node1.example.com/im/feedback"
860
   PITHOS_UI_FEEDBACK_URL = "https://node2.example.com/feedback"
858 861

  
859 862
The ``PITHOS_UI_LOGIN_URL`` option tells the client where to redirect you, if
860 863
you are not logged in. The ``PITHOS_UI_FEEDBACK_URL`` option points at the

Also available in: Unified diff